issues Search Results · repo:haskell/text language:Haskell
Filter by
267 results
(92 ms)267 results
inhaskell/text (press backspace or delete to remove)I think unpack should be a good producer in list fusion.
https://github.com/haskell/text/blob/a721bf58a3b9591473ceae938ac916cb9b0de2c0/src/Data/Text/Show.hs#L50-L61
Note that currently unpack is marked ...
meooow25
- 7
- Opened yesterday
- #628
I run a virtual private server (hosted with Contabo) where I recently ran into issues running some Haskell software.
https://github.com/NixOS/nixfmt/issues/276#issuecomment-2612414878
The server seems ...
schnusch
- 3
- Opened on Jan 24
- #626
I was surprised not to find a function in the library to split a text on the first match of a character/text/predicate,
with the matched part discarded. This is not difficult to write using breakOn and ...
vsannier
- 1
- Opened on Jan 12
- #625
parsers has a constraint text 2.2, which apparently isn t good enough. But should a minor revision be breaking other
packages?
[7 of 8] Compiling Text.Parser.Token ( src/Text/Parser/Token.hs, dist/build/Text/Parser/Token.o ...
geekosaur
- 6
- Opened on Oct 26, 2024
- #623
I think it s time to release a new version of text, to be bundled with upcoming GHC 9.12.
@Lysxia any chance you might have spare cycles to update changelog / @since pragmas and upload it onto Hackage? ...
Bodigrim
- 4
- Opened on Oct 21, 2024
- #620
https://hackage.haskell.org/package/text-2.1.1/docs/Data-Text-Encoding.html#v:decodeUtf8Lenient
Should be @since 2.0 it seems.
Bodigrim
- Opened on Sep 4, 2024
- #615
$ cabal run test:tests -- -p t_peek_cstring --quickcheck-replay= (SMGen 17673582401134051345 17559836945334621067,23)
All
Properties
lowlevel
misc
t_peek_cstring: FAIL
...
Bodigrim
- Opened on Aug 18, 2024
- #612
Once https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11853 is merged (which is presumably in time for GHC 9.12), we
should add under appropriate CPP guard
{-# LANGUAGE NamedDefaults #-}
default IsString ...
Bodigrim
- 10
- Opened on Aug 10, 2024
- #610
We can add
pattern (:+) :: Char - Text - Text
pattern x :+ xs - (uncons - Just (x, xs)) where
x :+ xs = cons x xs
which mimics what (:) does for lists. Presumably it could provide an easier migration ...
Bodigrim
- 9
- Opened on Aug 10, 2024
- #609
https://github.com/haskell/text/actions/runs/9628836664/job/26557513845 failed with
t_toUpper_char: FAIL (0.02s)
*** Failed! Falsified (after 80 tests): ...
Bodigrim
- 4
- Opened on Jun 22, 2024
- #606

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.