Oh---for those without the chicken manual at their fingertips---in
(with-input-from-pipe COMMAND THUNK) the error code from COMMAND is
not available until after THUNK finishes and the pipe is closed.  And
with-input-from-pipe just returns the results of THUNK.  That is why
returning an error code would have to be done out of band (should it
be deemed desirable.)

On 6/20/05, Zbigniew <[EMAIL PROTECTED]> wrote:

> Or possibly a really great idea that would even catch
> non-zero return codes in with-input-from-pipe etc.


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to