Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / haskell/binary issues and pull requests
#208 - Proper lazy parsing
Pull Request -
State: closed - Opened by BurningWitness 10 months ago
- 1 comment
#100 - Support ShortByteStrings.
Pull Request -
State: closed - Opened by qnikst almost 9 years ago
- 2 comments
#99 - Use accursedUnutterablePerformIO rather than inlinePerformIO.
Pull Request -
State: closed - Opened by kolmodin almost 9 years ago
- 2 comments
#98 - GHC HEAD warns about RULE possibly not firing
Issue -
State: closed - Opened by hvr almost 9 years ago
- 3 comments
#97 - Drop redundant constraints
Pull Request -
State: closed - Opened by hvr almost 9 years ago
#96 - Define Semigroup instance for base>=4.9
Pull Request -
State: closed - Opened by hvr almost 9 years ago
#95 - Split GBinary into GBinaryGet and GBinaryPut, speeds up compilation.
Pull Request -
State: closed - Opened by ezyang almost 9 years ago
- 2 comments
#94 - Generic deriving of Binary instances with -O blows up compilation time
Issue -
State: open - Opened by ezyang almost 9 years ago
- 2 comments
#93 - Canonicalise Monad instances
Pull Request -
State: closed - Opened by hvr almost 9 years ago
- 6 comments
#92 - [docs] Binary doesn't show up for searches of "serialization" on hackage
Issue -
State: open - Opened by cgag almost 9 years ago
#91 - Memory consumption of decoding bigger than expected
Issue -
State: closed - Opened by facundominguez almost 9 years ago
- 2 comments
#90 - Add since annotations
Pull Request -
State: closed - Opened by phadej about 9 years ago
- 1 comment
#89 - Bump version to 0.8.0.0
Pull Request -
State: closed - Opened by phadej about 9 years ago
#88 - Add Binary Void instance
Pull Request -
State: closed - Opened by puffnfresh about 9 years ago
- 4 comments
#87 - Add Binary Version instance
Pull Request -
State: closed - Opened by phadej about 9 years ago
- 3 comments
#86 - Optimize roll by using foldl' instead of foldr
Pull Request -
State: closed - Opened by basvandijk about 9 years ago
- 2 comments
#85 - Risk of stack-overflow in roll
Issue -
State: closed - Opened by basvandijk about 9 years ago
- 3 comments
#84 - Data.Fixed instance
Pull Request -
State: closed - Opened by phadej about 9 years ago
- 4 comments
#83 - Don't mark modules using bytestring as safe on GHC 7.2 to fix compilation
Pull Request -
State: closed - Opened by bergmark over 9 years ago
- 1 comment
#82 - Remove all compilation warnings when compiling binary
Issue -
State: closed - Opened by kolmodin over 9 years ago
- 2 comments
#81 - GHC-7.2 build failure
Issue -
State: closed - Opened by bergmark over 9 years ago
- 4 comments
#80 - The changelog.md file is not available in Hackage
Issue -
State: closed - Opened by asr over 9 years ago
- 2 comments
#79 - binary 4x slower than cereal on my data type
Issue -
State: open - Opened by ghorn over 9 years ago
- 9 comments
#78 - don't re-export Data.Word from Data.Binary
Issue -
State: open - Opened by mzero over 9 years ago
#77 - Fix AMP and Safe Haskell related warnings in GHC 7.10.
Pull Request -
State: closed - Opened by mboes over 9 years ago
- 3 comments
#76 - Linear `getByteString`
Pull Request -
State: closed - Opened by bitonic over 9 years ago
- 6 comments
#75 - Instance for GHC.Fingerprint, which is part of base.
Pull Request -
State: closed - Opened by mboes over 9 years ago
- 4 comments
#74 - binary-0.7.4.0 can't compile its test suite
Issue -
State: closed - Opened by peti over 9 years ago
- 1 comment
#73 - Performance issue with skip
Issue -
State: closed - Opened by dlichtenberger over 9 years ago
- 3 comments
#72 - Binary instances for Foreign.C.Types
Issue -
State: open - Opened by ghorn over 9 years ago
- 2 comments
#71 - UTF-8 validation when deserializing
Issue -
State: open - Opened by kolmodin over 9 years ago
#70 - Make get :: Get Char total
Pull Request -
State: closed - Opened by ttuegel over 9 years ago
- 3 comments
#69 - Instance for Double/Float is absolutely batty
Issue -
State: open - Opened by ezyang over 9 years ago
- 15 comments
#68 - Remove Binary instance for ByteString
Issue -
State: closed - Opened by joecrayne over 9 years ago
- 1 comment
#67 - Safe Haskell compilation warnings
Issue -
State: closed - Opened by kolmodin almost 10 years ago
- 1 comment
#66 - Fix doc: Int64 are written as 8 bytes, not 4
Pull Request -
State: closed - Opened by JPMoresmau almost 10 years ago
- 1 comment
#65 - Move to bytestring Builder
Pull Request -
State: closed - Opened by bgamari almost 10 years ago
- 23 comments
#64 - decode (encode NaN) /= NaN
Issue -
State: open - Opened by Flupp almost 10 years ago
#63 - Add instance for `Natural` type
Issue -
State: closed - Opened by hvr almost 10 years ago
- 2 comments
#62 - Remove INLINEs from GBinary/GSum methods
Pull Request -
State: closed - Opened by hvr about 10 years ago
- 3 comments
#61 - Conditionally instantiate NFData for ByteString and L.ByteString
Issue -
State: closed - Opened by kolmodin about 10 years ago
#60 - Linking 'bench' executable slow
Issue -
State: closed - Opened by kolmodin about 10 years ago
- 7 comments
#59 - Use explicit import-list for `GHC.Base` import
Pull Request -
State: closed - Opened by hvr about 10 years ago
#58 - Refactor decodeFileOrFail to have decodeGetFileOrFail, fixing #57.
Pull Request -
State: open - Opened by ezyang over 10 years ago
#57 - Support decoding from a Get monad
Issue -
State: open - Opened by ezyang over 10 years ago
- 2 comments
#56 - Export PairS
Issue -
State: open - Opened by ocharles over 10 years ago
#55 - 0.7.0.2 build broken with ghc 6.10.4
Issue -
State: closed - Opened by peti over 10 years ago
- 4 comments
#54 - Add LANGUAGE extensions for inferred signatures.
Pull Request -
State: closed - Opened by jstolarek over 10 years ago
#53 - Consider using Int64 throughout the API
Issue -
State: open - Opened by kolmodin over 10 years ago
- 3 comments
#52 - Implement a delimiter for Get's bytesRead
Issue -
State: open - Opened by copumpkin over 10 years ago
#51 - A size counter for Get
Issue -
State: open - Opened by copumpkin over 10 years ago
- 1 comment
#50 - Support alignment modifiers
Issue -
State: open - Opened by copumpkin over 10 years ago
#49 - Add copying variant bytestring append.
Pull Request -
State: closed - Opened by qnikst over 10 years ago
- 6 comments
#48 - [fix] preprocessor errors on clang ghc 7.6.3
Pull Request -
State: closed - Opened by lennart over 10 years ago
- 3 comments
#47 - Add {de,}serialization for signed ints
Pull Request -
State: closed - Opened by Shimuuar almost 11 years ago
- 7 comments
#46 - Binary instances for NaN and negative zero are broken
Pull Request -
State: open - Opened by Shimuuar almost 11 years ago
#45 - Add changelog
Issue -
State: closed - Opened by nomeata almost 11 years ago
- 3 comments
#44 - Possible binary incompatibility between 0.5 and 0.7
Issue -
State: closed - Opened by nomeata almost 11 years ago
- 6 comments
#43 - Add flag description
Issue -
State: open - Opened by ghost almost 11 years ago
#42 - Added function to conveniently check for presence of fixed values.
Pull Request -
State: closed - Opened by merijn almost 11 years ago
- 1 comment
#41 - Update the example that uses 'runGetState' to new API.
Pull Request -
State: closed - Opened by 23Skidoo about 11 years ago
#40 - Explain why the applicative style should be preferred over the monadic style
Issue -
State: closed - Opened by kolmodin about 11 years ago
- 3 comments
#39 - Export getMany
Pull Request -
State: closed - Opened by luciferous about 11 years ago
- 2 comments
#38 - Test that look-ahead is independent of chunking
Pull Request -
State: closed - Opened by edsko about 11 years ago
- 1 comment
#37 - Relation to blaze-builder
Issue -
State: closed - Opened by singpolyma about 11 years ago
- 7 comments
#36 - Implement `isolate` for reading fixed-size blocks.
Pull Request -
State: closed - Opened by singpolyma about 11 years ago
#35 - List encoding does not work for large lists?
Issue -
State: closed - Opened by singpolyma about 11 years ago
- 3 comments
#34 - get for UArray blows the heap for large arrays
Issue -
State: open - Opened by nfrisby about 11 years ago
- 1 comment
#33 - `Data.Binary.Put` lacks `Put`s for `Int` types
Issue -
State: closed - Opened by bgamari over 11 years ago
- 9 comments
#32 - Add isolate function
Issue -
State: closed - Opened by Shimuuar over 11 years ago
- 20 comments
#31 - encode'
Issue -
State: open - Opened by singpolyma over 11 years ago
- 1 comment
#30 - Update the example that uses `runGetState` to new API
Issue -
State: closed - Opened by 23Skidoo over 11 years ago
- 6 comments
#29 - listUntilEnd
Issue -
State: open - Opened by singpolyma over 11 years ago
- 1 comment
#28 - Improve README.md
Issue -
State: open - Opened by kolmodin over 11 years ago
- 2 comments
#27 - README updated
Pull Request -
State: closed - Opened by Daniel-Diaz over 11 years ago
- 1 comment
#26 - Added MonadPlus instance
Pull Request -
State: closed - Opened by Daniel-Diaz over 11 years ago
- 1 comment
#25 - MonadPlus
Issue -
State: closed - Opened by kolmodin over 11 years ago
- 1 comment
#24 - lookAheadE
Issue -
State: closed - Opened by kolmodin over 11 years ago
- 2 comments
#23 - runGetState uses toChunks and fromChunks
Issue -
State: closed - Opened by kolmodin almost 12 years ago
- 2 comments
#22 - decode should handle failure more gracefully
Issue -
State: closed - Opened by bgamari almost 12 years ago
- 11 comments
#21 - Remove unused Ord constraint from Map and Set Binary instances
Pull Request -
State: closed - Opened by Peaker almost 12 years ago
- 1 comment
#20 - Make it possible to provide all input at once but still get decent error reporting
Pull Request -
State: closed - Opened by tibbe almost 12 years ago
- 1 comment
#19 - First steps towards support for GHC generics
Pull Request -
State: closed - Opened by bos almost 12 years ago
- 2 comments
#18 - unsafeReadN holds on to consumed input
Issue -
State: closed - Opened by tibbe about 12 years ago
- 2 comments
#17 - Where did lookAhead functions dissapear?
Issue -
State: closed - Opened by qrilka about 12 years ago
- 6 comments
#16 - Add a label function like in cereal
Issue -
State: closed - Opened by dag about 12 years ago
- 7 comments
#15 - Improve Haddock documentation
Issue -
State: closed - Opened by kolmodin about 12 years ago
- 1 comment
#14 - fix some typos
Pull Request -
State: closed - Opened by ggreif about 12 years ago
- 1 comment
#13 - Include module and function name in error messages
Issue -
State: closed - Opened by tibbe over 12 years ago
- 1 comment
#12 - Calculate the length of a Builder without executing it
Issue -
State: open - Opened by kolmodin over 12 years ago
#11 - Update .gitignore
Pull Request -
State: closed - Opened by pcapriotti over 12 years ago
- 1 comment
#10 - Push stable version tags to github
Issue -
State: closed - Opened by meiersi about 13 years ago
- 8 comments
#9 - patch for binary to use Safe Haskell
Pull Request -
State: closed - Opened by dterei over 13 years ago
- 1 comment
#8 - Benchmark failing on master branch
Issue -
State: closed - Opened by tibbe over 13 years ago
#7 - Internal
Pull Request -
State: closed - Opened by tibbe over 13 years ago
- 1 comment
#6 - Scoped
Pull Request -
State: closed - Opened by tibbe over 13 years ago
- 1 comment
#5 - Bench
Pull Request -
State: closed - Opened by tibbe over 13 years ago
- 1 comment
#4 - Add benchmark that directly exercises D.B.Builder
Pull Request -
State: closed - Opened by tibbe over 13 years ago
- 4 comments
#3 - Add rewrite rules to merge bound checks on GHC 7 and later
Pull Request -
State: closed - Opened by tibbe over 13 years ago
- 3 comments
#2 - Simplified Builder and improved performance
Pull Request -
State: closed - Opened by tibbe over 13 years ago
- 7 comments