Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-07-29 | 1.7 kB | |
v2.7.2 source code.tar.gz | 2023-07-29 | 63.5 kB | |
v2.7.2 source code.zip | 2023-07-29 | 70.3 kB | |
Totals: 3 Items | 135.6 kB | 0 |
Parsers v2.7.2
Closed issues:
- Resolve precompilation issues (#113)
- Parsers reads out of bounds in checkdelim!
(#156)
- BoundsError for test that parses incorrect UUID (#166)
- groupmark
bugs (#168)
Merged pull requests:
- Support open and close quotes being String
(#141) (@nickrobinson251)
- Add Parsers.parse(Number, source) for number type detection + parsing (#149) (@quinnj)
- Extend Options' inputs validation (#152) (@Drvi)
- Ensure Char doesn't match provided delim before marking OK (#153) (@quinnj)
- v2.5.2 (#155) (@Drvi)
- Fix out of bounds in checkdelim (#157) (@quinnj)
- Make Flags serializable (#158) (@Liozou)
- Improve performance of Parsers.parse(Number, ...) (#159) (@quinnj)
- Introduce PosLen31 (#160) (@Drvi)
- Fix a few corner cases of new Number parsing (#161) (@quinnj)
- Fix a case in Number parse where Inf was being returned when we want … (#163) (@quinnj)
- Migrate from SnoopPrecompile to PrecompileTools (#164) (@timholy)
- Introduce SHA1 and UUID type parsers (#165) (@Drvi)
- Fix a error handling in UUID parser (#167) (@Drvi)
- Fixes for groupmark
validation (#169) (@Drvi)
- Propagate ndigits
in parsedigits
down to scale
(#170) (@Drvi)
- Introduce rounding
option (#171) (@Drvi)
- Introduce INEXACT
code and use it for DateTime
(#172) (@Drvi)
- Fix a case where digits
overflow on the last digit before decimal (#173) (@Drvi)
- Introduce noscale
(#174) (@Drvi)
- Introduce a beta AbstractConf type to allow custom types to avoid ove… (#175) (@quinnj)
- More groupmark
and decimal
validation (#177) (@Drvi)
- Fix regression in invalid Number parsing (#180) (@quinnj)