[GHC] #70: Read for Arrays does not work
GHC
ghc-devs at haskell.org
Mon Jun 1 10:55:26 UTC 2015
#70: Read for Arrays does not work
--------------------------+--------------------
Reporter: nobody | Owner: nobody
Type: bug | Status: closed
Priority: normal | Milestone:
Component: hslibs/lang | Version: 5.02
Resolution: Fixed | Keywords:
--------------------------+--------------------
Comment (by Herbert Valerio Riedel <hvr@…>):
In [changeset:"7dd0ea7428379df848e3d13528921b39b7bf5b95/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="7dd0ea7428379df848e3d13528921b39b7bf5b95"
Update binary submodule to 0.7.5.0 release
Quoting the changelog, this pulls in the following fixes:
binary-0.7.5.0
--------------
- Fix performance bug that was noticable when you get a big strict
ByteString
and the input to the decoder consists of many small chunks.
- https://github.com/kolmodin/binary/issues/73
- https://github.com/kolmodin/binary/pull/76
- Fix memory leak when decoding Double and Float.
- Commit 497a181c083fa9faf7fa3aa64d1d8deb9ac76ecb
- We now require QuickCheck >= 2.8. Remove our version of
arbitrarySizedNatural.
binary-0.7.4.0
--------------
- Some invalid UTF-8 strings caused an exception when decoded. Those
errors will
now now fail in the Get monad instead. See issue 70.
Patch contributed by @ttuegel.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/70#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list