issues
search
haskell
/
text
Haskell library for space- and time-efficient operations over Unicode text.
http://hackage.haskell.org/package/text
BSD 2-Clause "Simplified" License
408
stars
159
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`text-2.1.2` breaks `parsers-0.12.11`
#623
geekosaur
closed
4 weeks ago
6
Fix emulated jobs + use ghcup on FreeBSD
#622
Bodigrim
closed
1 month ago
0
Release 2.1.2
#621
Lysxia
closed
1 month ago
2
Prepare and release text-2.1.2
#620
Bodigrim
closed
1 month ago
4
Implement pattern synonyms for StrictText and LazyText
#619
Bodigrim
closed
1 month ago
0
Update case mappings for Unicode 16.0
#618
Bodigrim
closed
1 month ago
0
Serialise Texts without going through ByteString
#617
alexbiehl
closed
1 month ago
4
Add `@since` annotation to decodeUtf8Lenient
#616
Lysxia
closed
2 months ago
1
decodeUtf8Lenient misses since annotation
#615
Bodigrim
closed
2 months ago
0
Speed up length on ARM
#614
Bodigrim
closed
2 months ago
1
Fix t_peek_cstring test
#613
Bodigrim
closed
2 months ago
0
t_peek_cstring fails
#612
Bodigrim
closed
2 months ago
0
Implement `Data.Text.unpack` and `Data.Text.toTitle` directly, without streaming
#611
Bodigrim
closed
1 month ago
5
Add default IsString (Text, String)
#610
Bodigrim
opened
3 months ago
10
Add infix pattern for consing
#609
Bodigrim
closed
1 month ago
9
Add Data.Text.show and Data.Text.Lazy.show
#608
Lysxia
closed
3 months ago
1
Update CI
#607
Bodigrim
closed
4 months ago
0
t_toUpper_char fails on s390x
#606
Bodigrim
closed
1 month ago
4
difference between handling precomposed vs decomposed
#605
ribosomerocker
closed
5 months ago
2
Update CI and drop job for GHC 8.2.2
#604
Lysxia
closed
5 months ago
1
use hPutStream for lazy hPutStr
#603
BebeSparkelSparkel
closed
5 months ago
7
simdutf: Update to 5.2.8
#602
TerrorJack
closed
5 months ago
0
Drop CI job for Ubuntu 16.04 (xenial)
#601
Bodigrim
closed
5 months ago
0
Make putStrLn more atomic with line or block buffering
#600
Lysxia
closed
5 months ago
2
Data.Text.Foreign: added peekCString
#599
TristanCacqueray
closed
4 months ago
4
Bump dependencies
#598
erikd
closed
6 months ago
1
added noShrink to write_read shrinking takes forever on type
#597
BebeSparkelSparkel
opened
6 months ago
0
Shrinking is Insanely Slow for `write_read`
#596
BebeSparkelSparkel
opened
6 months ago
7
allow template-haskell version 2.22
#595
BebeSparkelSparkel
closed
6 months ago
3
added to the api a placeholder for hPutBuilder
#594
BebeSparkelSparkel
closed
6 months ago
1
improve test function write_read
#593
BebeSparkelSparkel
closed
6 months ago
4
Improved hPutStr lazy for small chunk sizes
#592
BebeSparkelSparkel
closed
6 months ago
3
write_read only tests utf8 encoding
#591
BebeSparkelSparkel
opened
7 months ago
0
Fixed off by one for writeBlocksRaw
#590
BebeSparkelSparkel
closed
6 months ago
9
Integrate UTF-8 `hPutStr` to standard `hPutStr`
#589
BebeSparkelSparkel
closed
5 months ago
3
Exclude simdutf folder from language detection scan
#588
Bodigrim
closed
7 months ago
0
Off by one in writeBlocksRaw
#587
BebeSparkelSparkel
closed
6 months ago
3
hPutBuilder
#586
BebeSparkelSparkel
closed
6 months ago
1
Added file write benchmarks
#585
BebeSparkelSparkel
closed
6 months ago
3
hPutStr NoBuffer uses base hPutChar for Every Character
#584
BebeSparkelSparkel
closed
7 months ago
2
Guidance to conform with "Share empty Text values" change
#583
phadej
closed
7 months ago
2
Tests Failing
#582
BebeSparkelSparkel
closed
7 months ago
4
added TextBuilder alias
#581
BebeSparkelSparkel
closed
7 months ago
10
Feature: `sconcat` and `stimes`.
#580
kindaro
opened
7 months ago
1
Data.Text.IO.Utf8: use B.putStrLn instead of B.putStr t >> B.putStr "\n"
#579
Bodigrim
closed
7 months ago
0
toUpper and friends are all `INLINE`d
#578
phadej
opened
7 months ago
1
Digits.hs: Use Data.ByteString.Char8.pack instead of OverloadedStrings
#577
xnuk
closed
8 months ago
0
Add a function `slice start end = take (end − start) . drop start`?
#576
kindaro
opened
8 months ago
6
Make splitAt and splitAtWord (internal function) strict
#575
Lysxia
closed
8 months ago
0
ARM CI: bump actions/checkout from v3 to v4
#574
Bodigrim
closed
8 months ago
0
Next