[Issue 6339] stdin.byChunk throws with Windows pipes on command line
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Jan 26 19:29:12 PST 2015
https://issues.dlang.org/show_bug.cgi?id=6339
--- Comment #2 from Steven Schveighoffer <schveiguy at yahoo.com> ---
There was an issue in the DMC runtime where it did not handle a closed pipe
when doing a read, instead it treated it as a bad FD. I actually patched DMC to
fix this (unrelated to this, it was for std.process), so that's probably when
this was fixed too.
--
More information about the Digitalmars-d-bugs
mailing list