On Mon, 20 Jul 2015 19:43:44 -0700, r...@hoelz.ro wrote: > See the attached script. > > If you create a Proc::Async to execute an unknown command and try to > write data for the child process' standard input, Rakudo will exit via > a SIGPIPE signal. If you remove the $proc.write from the attached > script, you get an LTA error message: > > ===SORRY!=== > no such file or directory
Improved on both counts now, and tests are in S17-procasync/nonexistent.t. Confirmed passing on both Linux and Windows.