Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / haskell/text issues and pull requests
#219 - Remove INLINE Pragma on indices
Pull Request -
State: open - Opened by Tarmean almost 7 years ago
- 8 comments
Labels: internal
#218 - Number to Text conversion
Issue -
State: open - Opened by dschrempf almost 7 years ago
- 8 comments
Labels: feature request
#217 - Alignment of `Data.Text.Array` is undocumented, and relies on undefined behavior
Issue -
State: closed - Opened by jberryman almost 7 years ago
- 3 comments
Labels: documentation, question
#216 - Nonlinear runtime performance in lazy text `drop`
Issue -
State: closed - Opened by tdammers almost 7 years ago
- 2 comments
Labels: bug, question
#215 - Cut a release for GHC 8.4
Issue -
State: closed - Opened by bgamari almost 7 years ago
- 2 comments
#214 - Move 'Buildable' type class from 'text-format' library to 'text' library?
Issue -
State: open - Opened by chshersh almost 7 years ago
- 2 comments
Labels: feature request
#213 - decodeUtf8With: Undefined behaviour using non-BMP error-handler replacements
Issue -
State: closed - Opened by hvr almost 7 years ago
- 1 comment
Labels: bug
#212 - Prevent potential segfault in decodeUtf8With #211
Pull Request -
State: closed - Opened by snoyberg almost 7 years ago
- 6 comments
#211 - Restrictive upper bound on QuickCheck 2.10.1 hides potential segfault
Issue -
State: closed - Opened by snoyberg almost 7 years ago
- 5 comments
#210 - Document that Data.Text.IO throws on decoding failure
Pull Request -
State: closed - Opened by rightfold almost 7 years ago
- 1 comment
#209 - faster replicate
Pull Request -
State: closed - Opened by kuk0 about 7 years ago
- 3 comments
#208 - faster compareText
Pull Request -
State: closed - Opened by kuk0 about 7 years ago
- 5 comments
Labels: fix:performance
#207 - Move lazy builder internals to Internal.Lazy.Builder
Pull Request -
State: open - Opened by thumphries about 7 years ago
Labels: internal
#206 - improve Makefile for getting test-data
Pull Request -
State: closed - Opened by kuk0 about 7 years ago
- 1 comment
#205 - fix github links in README
Pull Request -
State: closed - Opened by kuk0 about 7 years ago
- 1 comment
#204 - use environments to lazily initialize benchmarks
Pull Request -
State: closed - Opened by kuk0 about 7 years ago
- 2 comments
#203 - Can't build benchmarks
Issue -
State: closed - Opened by kuk0 about 7 years ago
- 2 comments
Labels: build failure
#202 - Fusion not working as advertised
Issue -
State: closed - Opened by nomeata about 7 years ago
- 3 comments
Labels: bug, question
#201 - type of toLazyText :: Builder -> Data.Text.Internal.Lazy.Text instead of Data.Text.Lazy.Text
Issue -
State: closed - Opened by reygoch about 7 years ago
- 1 comment
#200 - Fix usage of size hints
Pull Request -
State: closed - Opened by bgamari about 7 years ago
- 2 comments
#199 - Haddock documentation fixes
Pull Request -
State: closed - Opened by bgamari about 7 years ago
- 1 comment
#198 - Fix #197
Pull Request -
State: closed - Opened by bgamari about 7 years ago
- 3 comments
#197 - Incorrect result for `(== 1) . length . filter (== ',')` depending on -O level
Issue -
State: closed - Opened by hvr about 7 years ago
- 21 comments
#196 - Exposing Data.Text(.Lazy).Read.hex
Issue -
State: open - Opened by bucklereed about 7 years ago
Labels: feature request
#195 - Use lower upper bound for pre-allocation in `encodeUtf8`
Pull Request -
State: closed - Opened by hvr over 7 years ago
#194 - encodeUtf8 wastes too much memory
Issue -
State: closed - Opened by ekmett over 7 years ago
#193 - Exposing `hexadecimal` in GHCJS
Issue -
State: closed - Opened by pindaroso over 7 years ago
- 2 comments
Labels: question
#192 - Add more GHC-generated directories to .gitignore
Pull Request -
State: closed - Opened by RyanGlScott over 7 years ago
#191 - Fix GNUmakefile capitalization
Pull Request -
State: closed - Opened by RyanGlScott over 7 years ago
#190 - Add Travis CI job
Pull Request -
State: closed - Opened by hvr over 7 years ago
#189 - Update .gitignore
Pull Request -
State: closed - Opened by duog over 7 years ago
- 1 comment
#188 - clarify that internal rep is big-endian
Pull Request -
State: closed - Opened by andrewthad over 7 years ago
- 1 comment
#187 - Document Big-Endian Internal Rep
Issue -
State: closed - Opened by andrewthad over 7 years ago
- 1 comment
#186 - Adding a tshow function (closing #183)
Pull Request -
State: closed - Opened by Eugleo over 7 years ago
- 1 comment
#185 - Data.Text.Lazy.cons is O(1) rather than O(n)
Pull Request -
State: closed - Opened by steshaw over 7 years ago
- 1 comment
#184 - Data.Text.Lazy.takeWhileEnd is broken
Issue -
State: closed - Opened by bucklereed over 7 years ago
- 4 comments
#183 - Add tshow function
Issue -
State: closed - Opened by mightybyte over 7 years ago
- 49 comments
#182 - Fixing #181
Pull Request -
State: closed - Opened by kuk0 over 7 years ago
- 3 comments
#181 - Error recovery in utf8 decoding
Issue -
State: closed - Opened by kuk0 over 7 years ago
- 3 comments
#180 - Unsafe use of unsafe foreign calls
Issue -
State: closed - Opened by bgamari over 7 years ago
- 2 comments
Labels: bug
#179 - Unbuffered handles write Text character-wise
Issue -
State: closed - Opened by quchen over 7 years ago
- 1 comment
#178 - Add stateful 'span'?
Issue -
State: closed - Opened by neongreen over 7 years ago
- 1 comment
Labels: feature request
#177 - fix takeEnd and dropEnd - issue #176
Pull Request -
State: closed - Opened by kuk0 over 7 years ago
- 1 comment
#176 - takeEnd is wrong for surrogate pairs
Issue -
State: closed - Opened by kuk0 over 7 years ago
- 2 comments
#175 - Add catchable failure decoders for more encodings:
Pull Request -
State: open - Opened by mrijkeboer over 7 years ago
- 2 comments
Labels: API Addition (PVP minor)
#174 - Export IReader
Issue -
State: closed - Opened by ivan-m over 7 years ago
Labels: documentation, feature request
#173 - Add `unsnoc` to Data.Text and Data.Text.Lazy
Pull Request -
State: closed - Opened by betaveros over 7 years ago
#172 - Push a release?
Issue -
State: closed - Opened by bgamari almost 8 years ago
- 3 comments
#171 - Add unsnoc?
Issue -
State: closed - Opened by betaveros almost 8 years ago
- 1 comment
#170 - Un-orphan the Text instances
Issue -
State: closed - Opened by ezyang almost 8 years ago
- 2 comments
#169 - Added additional test for toTitle
Pull Request -
State: closed - Opened by alskipp almost 8 years ago
- 3 comments
#168 - Improvements to `toTitle` functionality
Pull Request -
State: closed - Opened by alskipp almost 8 years ago
- 4 comments
#167 - Improve result of `toTitle`
Issue -
State: closed - Opened by alskipp almost 8 years ago
- 2 comments
#166 - Fix documentation for Data.Text.Read hexadecimal
Pull Request -
State: closed - Opened by HuwCampbell about 8 years ago
- 1 comment
#165 - Surprising performance of Text appends with Writer
Issue -
State: closed - Opened by tserduke about 8 years ago
- 3 comments
#164 - Convenience functions for Builder
Issue -
State: open - Opened by andrewthad about 8 years ago
- 3 comments
Labels: feature request
#163 - Padded decimal and hexadecimal text builders
Issue -
State: open - Opened by andrewthad about 8 years ago
- 3 comments
Labels: feature request
#162 - correct complexity of last and init
Pull Request -
State: closed - Opened by andrewthad over 8 years ago
- 1 comment
#161 - Added a stack.yaml file with stack init
Pull Request -
State: closed - Opened by NorfairKing over 8 years ago
- 2 comments
#160 - Stack.yaml file
Issue -
State: closed - Opened by NorfairKing over 8 years ago
- 1 comment
#159 - Instances for `Text` missing from haddocks
Issue -
State: closed - Opened by Blaisorblade over 8 years ago
- 8 comments
#158 - indices not exported from Data.Text
Issue -
State: closed - Opened by andrewthad over 8 years ago
- 1 comment
#157 - License mismatch between Cabal and LICENSE file
Issue -
State: closed - Opened by peti over 8 years ago
#156 - Can't find interface-file declaration for variable Data.Text.Internal.pack
Issue -
State: closed - Opened by mrkkrp over 8 years ago
- 1 comment
#155 - Depend on bytestring-builder for API backwards compatibility
Pull Request -
State: closed - Opened by RyanGlScott over 8 years ago
- 1 comment
#154 - Use the correct license identifier
Pull Request -
State: closed - Opened by lboecker over 8 years ago
- 1 comment
#153 - Use the correct license identifier
Pull Request -
State: closed - Opened by lboecker over 8 years ago
- 1 comment
#152 - Fix minor typo
Pull Request -
State: closed - Opened by ismail-s over 8 years ago
- 1 comment
#151 - Optimize unstream loop (3x better on micro benchmark)
Pull Request -
State: closed - Opened by harendra-kumar over 8 years ago
- 1 comment
#150 - Lazy text does not have O(1) last function
Issue -
State: closed - Opened by andrewthad over 8 years ago
- 3 comments
#149 - no safe head/tail functions
Issue -
State: closed - Opened by alexanderkjeldaas over 8 years ago
- 2 comments
#148 - Question: Unicode normalization for text
Issue -
State: closed - Opened by harendra-kumar over 8 years ago
- 8 comments
Labels: feature request
#147 - [WIP] Various rule-robustness issues
Pull Request -
State: closed - Opened by bgamari over 8 years ago
- 1 comment
#146 - add Generics instance to Data.Text
Pull Request -
State: closed - Opened by kuk0 almost 9 years ago
- 2 comments
#145 - Revert "Rename integer-simple to integer-pure (gh-138)"
Pull Request -
State: closed - Opened by hvr almost 9 years ago
#144 - Text.Array: Use unsafeFreezeByteArray# in place of unsafeCoerce#
Pull Request -
State: closed - Opened by bgamari almost 9 years ago
- 1 comment
#143 - Non-deterministic "Bad file descriptor" from hGetContents
Issue -
State: closed - Opened by acfoltzer almost 9 years ago
- 3 comments
Labels: bug, question
#142 - Okay: this is real cool!
Issue -
State: closed - Opened by ghost almost 9 years ago
- 1 comment
#141 - Prepare `text` for GHC HEAD/8.0
Pull Request -
State: closed - Opened by hvr almost 9 years ago
- 3 comments
#140 - Compilation failure
Issue -
State: closed - Opened by Gooberpatrol66 almost 9 years ago
- 1 comment
#139 - The Data.Text.Internal.text function is not strict enough
Issue -
State: closed - Opened by tibbe about 9 years ago
- 1 comment
#138 - integer-simple no longer exists (default not specified)
Issue -
State: closed - Opened by mrd about 9 years ago
- 7 comments
#137 - Fix typo in module comment
Pull Request -
State: closed - Opened by yiding about 9 years ago
- 1 comment
#136 - Add examples to Data.Text transformations
Pull Request -
State: closed - Opened by alexliew about 9 years ago
#135 - Implement takeWhileEnd
Pull Request -
State: closed - Opened by PaulCapron about 9 years ago
- 1 comment
#134 - Fusing equality and comparison
Issue -
State: closed - Opened by SeanRBurton about 9 years ago
#133 - Switch to UTF-8
Issue -
State: closed - Opened by treeowl about 9 years ago
#132 - Add `PrintfArg` instances for `Text` (strict and lazy).
Pull Request -
State: closed - Opened by aloiscochard over 9 years ago
- 1 comment
#131 - Fix GHC 7.10 warnings
Pull Request -
State: closed - Opened by 23Skidoo over 9 years ago
- 4 comments
#130 - Does this compile with ghc 7.6.3?
Issue -
State: closed - Opened by michaelgwelch over 9 years ago
- 2 comments
#129 - Show: Activate literal rewrite rules in simplifier phase 1
Pull Request -
State: closed - Opened by bgamari over 9 years ago
- 1 comment
#128 - Add Data.Text.Lazy.Builder.fromShow
Pull Request -
State: closed - Opened by zyla over 9 years ago
- 1 comment
#127 - Docs: replace "fail" with "satisfy"
Issue -
State: closed - Opened by UnkindPartition over 9 years ago
- 1 comment
#126 - Propagate decoding failure in the Get monad
Pull Request -
State: closed - Opened by DanBurton over 9 years ago
#125 - Fix some typos
Pull Request -
State: closed - Opened by jubobs over 9 years ago
- 1 comment
#124 - Don't leak space when passing the undecoded portion to the next iteration
Pull Request -
State: closed - Opened by tomjaguarpaw over 9 years ago
- 1 comment
#123 - decodeUtf8 appears to have a memory leak.
Issue -
State: closed - Opened by michaelochurch over 9 years ago
- 6 comments
#122 - There is no clear lazy alternative to Data.Text.Lazy.Encoding.decodeUtf8 .
Issue -
State: closed - Opened by michaelochurch over 9 years ago
- 1 comment
#121 - Data.Text.Lazy.Encoding.decodeUtf8 appears not to be lazy.
Issue -
State: closed - Opened by michaelochurch over 9 years ago
- 1 comment
#120 - Maintenance release of 1.1.x with GHC<7.4, bytestring>=0.10 support?
Issue -
State: closed - Opened by bergmark over 9 years ago
- 4 comments