Menu

#23 cmucl pipe-input collects stdout+stderr

closed-fixed
port (16)
5
2001-07-09
2001-07-04
Anonymous
No

in port/shell.lisp the pipe-input function for cmucl is
implemted with the help of the function
ext:run-program.
Right now pipe-input collects standard input and
standard output of the command.
If one adds the argument :error t in the call to
ext:run-program then the standard error of the process
goes to standard error of the lisp process and is not
collected.

Discussion

  • Sam Steingold

    Sam Steingold - 2001-07-09
    • status: open --> closed-fixed
     
  • Sam Steingold

    Sam Steingold - 2001-07-09

    Logged In: YES
    user_id=5735

    thanks - fixed in the CVS

     

Log in to post a comment.