[GHC] #941: readFile problem in ghci
GHC
trac at galois.com
Mon Jan 8 09:48:47 EST 2007
#941: readFile problem in ghci
---------------------+------------------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 6.6.1
Component: GHCi | Version: 6.6
Severity: normal | Resolution: fixed
Keywords: | Difficulty: Unknown
Testcase: | Architecture: x86
Os: Windows |
---------------------+------------------------------------------------------
Changes (by simonmar):
* resolution: => fixed
* status: new => closed
Comment:
This is the same bug as #806, which is partially fixed. We still don't
have real support for `hGetBufNonBlocking` on Windows (which is used by
`Data.ByteString.Lazy.Char8.readFile`), but it does not crash now, it just
behaves like `hGetBuf`.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/941>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list