Skip to content
Snippets Groups Projects
Forked from asdf / asdf
Source project has a limited visibility.
  • Elias Pipping's avatar
    8dd8b1ea
    Bug fix: Exit code with LispWorks 7 · 8dd8b1ea
    Elias Pipping authored
    By having :process always be a stream on LispWorks 7, we make sure
    that the process can be killed, have its vital signs checked, and its
    PID obtained. In a simple and consistent manner.
    
    With LispWorks 7, pid-exit-status is no longer available. We need a
    stream to obtain the exit status. With save-exit-status, we can be
    sure that we're given one.
    8dd8b1ea
    History
    Bug fix: Exit code with LispWorks 7
    Elias Pipping authored
    By having :process always be a stream on LispWorks 7, we make sure
    that the process can be killed, have its vital signs checked, and its
    PID obtained. In a simple and consistent manner.
    
    With LispWorks 7, pid-exit-status is no longer available. We need a
    stream to obtain the exit status. With save-exit-status, we can be
    sure that we're given one.