> Just to confirm that this does appear to work fine for unix platforms > (Rakudo is now using it), but it doesn't seem to work on Windows > platforms. Perhaps Jonathan can provide more details.
The reason is simple: the implementation of Parrot_io_open_pipe_win32 just throws "pipe() not implemented". And Parrot_io_open_win32 didn't even try to call it. So is not just a thing of fix it like it was on he unix version, is of writing the whole thing. I don't have any Windows systems ready for development, so I can't help with that part. -- Salu2 _______________________________________________ parrot-tickets mailing list [email protected] http://lists.parrot.org/mailman/listinfo/parrot-tickets
