#806: hGetBufNonBlocking doesn't work on Windows
-------------------------------+--------------------------------------------
    Reporter:  ti...@…         |        Owner:                            
        Type:  bug             |       Status:  new                       
    Priority:  normal          |    Milestone:  _|_                       
   Component:  libraries/base  |      Version:  6.4.2                     
    Keywords:                  |     Testcase:  hGetBuf001                
   Blockedby:                  |   Difficulty:  Moderate (less than a day)
          Os:  Windows         |     Blocking:                            
Architecture:  x86             |      Failure:  None/Unknown              
-------------------------------+--------------------------------------------
Changes (by Olathe):

 * cc: Olathe (added)
  * failure:  => None/Unknown


Comment:

 On Windows, this breaks any code that wants to read from `stdin` using any
 libraries that use lazy `ByteString`s internally (and, obviously, anyone
 who just uses its `getContents` directly).

 This stymied me when I was trying to speed up [http://github.com/jaspervdj
 /planet-wars-haskell some library code] for [http://ai-contest.com/ a
 programming contest], since some participants (like me) would be testing
 their entries on their Windows machines.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/806#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to