[Issue 6339] stdin.byChunk throws with Windows pipes on command line
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Mon Jan 26 18:28:13 PST 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=6339
AndyC <andy at squeakycode.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andy at squeakycode.net
         Resolution|---                         |FIXED
--- Comment #1 from AndyC <andy at squeakycode.net> ---
I've test this on dmd 2.066.1 on both windows and linux and they both fire the
exception:
$ echo what | ./test
core.exception.AssertError at test.d(6): never reached
----------------
./test(_Dmain+0x4f) [0x806bb9f]
etc...
D:\projects\d>echo what | test
core.exception.AssertError at test.d(6): never reached
----------------
0x00402AFD
etc...
At some point during the last 4 years this must have been fixed, but I don't
really wanna search for the commit.
--
    
    
More information about the Digitalmars-d-bugs
mailing list