issues
search
JuliaStrings
/
InlineStrings.jl
Fixed-width string types for Julia
Other
45
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix `write` to bswap and use the correct size
#83
KristofferC
closed
3 months ago
1
WIP Towards C-compat: Store the capacity minus length as the trailing byte
#82
KristofferC
opened
3 months ago
0
ensure that the input String is GC preserved in equality check
#81
KristofferC
closed
3 months ago
0
Stop special casing `InlineString1`
#80
KristofferC
closed
3 months ago
1
bump version to 1.4.2
#79
KristofferC
closed
3 months ago
0
make Parsers a weakdep
#78
KristofferC
closed
3 months ago
0
remove some unnecessary `string` overloads
#77
KristofferC
closed
3 months ago
1
interoperability with round-tripping through data format broken on latest release (1.4.1)
#76
adienes
closed
4 months ago
3
Serialization fails between different machines
#75
aplavin
closed
3 months ago
1
Confilicts in equality with standard strings
#74
adomasbaliuka
closed
8 months ago
2
String1("") reports that the the string to too large
#73
mkitti
closed
3 months ago
0
String1 docstring is incorrectly suggests that 1 byte is used to store the length
#72
mkitti
closed
3 months ago
0
Method ambiguities reported by Aqua
#71
prbzrg
closed
3 months ago
3
Fixed method ambiguities for `Base.unsafe_convert()`, `Base.lstrip`, and `Base.rstrip`
#70
brainandforce
closed
4 months ago
4
add info about equality, hashes, and help text
#69
alecloudenback
closed
1 year ago
0
Fix startswith/endswith for Julia 1.10
#68
quinnj
closed
1 year ago
1
make Parsers a weakdep
#67
aplavin
closed
3 months ago
1
Add package extension to support InlineStrings in Arrow.jl
#66
quinnj
closed
1 year ago
9
StackOverflow with string promotion
#65
bkamins
closed
1 year ago
4
Aqua.jl reports method ambiguities for InlineStrings.jl methods
#64
brainandforce
opened
1 year ago
4
improve printing for homogenous arrays
#63
simeonschaub
closed
1 year ago
2
WIP: Switch test to TestItems and TestItemRunner
#62
nickrobinson251
closed
1 year ago
2
Run CSV.jl integration tests on CI
#61
nickrobinson251
closed
1 year ago
0
MethodError: isvalid(::String31)
#60
jariji
closed
3 months ago
4
Allow concatenating small InlineStrings to return an InlineString
#59
nickrobinson251
closed
1 year ago
2
Concatenation/join promotes to String
#58
jariji
closed
1 year ago
0
`parse(Bool, s::String3)` giving InexactError
#57
anandijain
closed
1 year ago
3
Add appropriate cconvert/unsafe_convert methods to avoid String alloc…
#56
quinnj
closed
1 year ago
2
ensure proper writing of codeunits
#55
ExpandingMan
closed
1 year ago
3
Fixes for Parsers changes
#54
quinnj
closed
2 years ago
0
Don't import unused Parsers names in tests
#53
nickrobinson251
closed
2 years ago
0
Add `show` method containing type info
#52
nickrobinson251
closed
2 years ago
0
Failed to parse csv with cyrillic values (duplicated from CSV.jl)
#51
sairus7
closed
2 years ago
1
Restore ability to parse to `Result{Any}`
#50
nickrobinson251
closed
2 years ago
0
Fix Parsers overloads
#49
quinnj
closed
2 years ago
0
Tests failing on `main` with Parsers.jl v2.4.1
#48
nickrobinson251
closed
2 years ago
1
Add string macros
#47
mkitti
closed
2 years ago
23
Simplify converting to `Vector{UInt8}`
#46
nickrobinson251
closed
2 years ago
0
Drop support for Julia versions before LTS version
#45
nickrobinson251
closed
2 years ago
0
Define `getindex(::InlineString, range)` to return InlineString
#44
nickrobinson251
closed
2 years ago
1
Support constructing from bytes buffer alone
#43
nickrobinson251
closed
2 years ago
1
Define `lstrip`/`rstrip`/`strip` to return InlineStrings
#42
nickrobinson251
closed
2 years ago
0
Add `chopprefix`/`chopsuffix` methods returning `InlineString`
#41
nickrobinson251
closed
2 years ago
0
Support `chopprefix`/`chopsuffix` returning InlineString
#40
nickrobinson251
closed
2 years ago
0
Fix `chop` on strings with multi-byte graphemes
#39
nickrobinson251
closed
2 years ago
0
`chop()` doesn't work with StringX
#38
laborg
closed
2 years ago
0
Create Invalidations.yml
#37
ranocha
closed
2 years ago
0
Fix in promote_type is ambiguous.
#36
fabiorsodre
closed
2 years ago
1
Widen `Missing` eltype on first non-`missing`
#35
nickrobinson251
closed
2 years ago
4
`inlinestrings` fails on `Union{Missing, String}` with length-1 strings
#34
nilshg
closed
2 years ago
2
Next