Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / JuliaData/Parsers.jl issues and pull requests

#190 - fix a few lurking bugs detected by JET

Pull Request - State: open - Opened by sjkelly 6 months ago - 1 comment

#189 - Buffer Overflow during precompile

Issue - State: open - Opened by Zentrik 6 months ago - 4 comments

#188 - Fix a type instability in a few error paths that result in the parsed…

Pull Request - State: closed - Opened by quinnj 9 months ago - 1 comment

#187 - Add ChunkedCSV.jl to the integration tests workflow

Pull Request - State: closed - Opened by nickrobinson251 10 months ago - 1 comment

#186 - Add compat entries for stdlibs

Pull Request - State: closed - Opened by nickrobinson251 11 months ago - 1 comment

#184 - Make it easier to modify behavior of `parse` / `tryparse` / `xparse2`

Issue - State: open - Opened by Drvi 11 months ago - 2 comments

#183 - `xparse` changed behavior after #127 (regression?)

Issue - State: open - Opened by KristofferC 11 months ago - 1 comment

#182 - When delim=groupmark=`x`, treat `x` as delim unless input is quoted

Pull Request - State: closed - Opened by nickrobinson251 11 months ago - 1 comment

#181 - Dict{Type,*} -> IdDict{Type,*}

Pull Request - State: closed - Opened by timholy about 1 year ago - 1 comment

#180 - Fix regression in invalid Number parsing

Pull Request - State: closed - Opened by quinnj about 1 year ago - 1 comment

#179 - Misc cleanup

Pull Request - State: closed - Opened by Drvi over 1 year ago - 1 comment

#178 - Automatic tagging disabled

Issue - State: open - Opened by smartalecH over 1 year ago - 1 comment

#177 - More `groupmark` and `decimal` validation

Pull Request - State: closed - Opened by Drvi over 1 year ago - 1 comment

#176 - Make argument validation errors captureable

Pull Request - State: closed - Opened by Drvi over 1 year ago - 1 comment

#175 - Introduce a beta AbstractConf type to allow custom types to avoid ove…

Pull Request - State: closed - Opened by quinnj over 1 year ago - 1 comment

#174 - Introduce `noscale`

Pull Request - State: closed - Opened by Drvi over 1 year ago - 1 comment

#173 - Fix a case where `digits` overflow on the last digit before decimal

Pull Request - State: closed - Opened by Drvi over 1 year ago

#172 - Introduce `INEXACT` code and use it for `DateTime`

Pull Request - State: closed - Opened by Drvi over 1 year ago - 1 comment

#171 - Introduce `rounding` option

Pull Request - State: closed - Opened by Drvi over 1 year ago - 1 comment

#170 - Propagate `ndigits` in `parsedigits` down to `scale`

Pull Request - State: closed - Opened by Drvi over 1 year ago - 1 comment

#169 - Fixes for `groupmark` validation

Pull Request - State: closed - Opened by Drvi over 1 year ago - 2 comments

#168 - `groupmark` bugs

Issue - State: closed - Opened by LilithHafner over 1 year ago - 1 comment

#167 - Fix a error handling in UUID parser

Pull Request - State: closed - Opened by Drvi over 1 year ago - 1 comment

#166 - BoundsError for test that parses incorrect UUID

Issue - State: closed - Opened by mbravenboer over 1 year ago - 1 comment

#165 - Introduce SHA1 and UUID type parsers

Pull Request - State: closed - Opened by Drvi over 1 year ago - 2 comments

#164 - Migrate from SnoopPrecompile to PrecompileTools

Pull Request - State: closed - Opened by timholy over 1 year ago - 1 comment

#163 - Fix a case in Number parse where Inf was being returned when we want …

Pull Request - State: closed - Opened by quinnj over 1 year ago - 1 comment

#162 - quarto build broken on Parsers v2.5.7

Issue - State: open - Opened by BeastyBlacksmith over 1 year ago

#161 - Fix a few corner cases of new Number parsing

Pull Request - State: closed - Opened by quinnj over 1 year ago - 1 comment

#160 - Introduce PosLen31

Pull Request - State: closed - Opened by Drvi over 1 year ago - 1 comment

#159 - Improve performance of Parsers.parse(Number, ...)

Pull Request - State: closed - Opened by quinnj over 1 year ago - 2 comments

#158 - Make Flags serializable

Pull Request - State: closed - Opened by Liozou over 1 year ago - 1 comment

#157 - Fix out of bounds in checkdelim

Pull Request - State: closed - Opened by quinnj over 1 year ago - 3 comments

#156 - Parsers reads out of bounds in `checkdelim!`

Issue - State: closed - Opened by KristofferC over 1 year ago

#155 - v2.5.2

Pull Request - State: closed - Opened by Drvi almost 2 years ago

#154 - Re-enable JET

Issue - State: open - Opened by Drvi almost 2 years ago

#153 - Ensure Char doesn't match provided delim before marking OK

Pull Request - State: closed - Opened by quinnj almost 2 years ago - 3 comments

#152 - Extend Options' inputs validation

Pull Request - State: closed - Opened by Drvi almost 2 years ago - 1 comment

#151 - Fix equality definition between byte and Token

Pull Request - State: closed - Opened by nickrobinson251 almost 2 years ago

#150 - Parsers.jl version 2.5 appears to break OpenML.jl

Issue - State: closed - Opened by ablaom almost 2 years ago - 4 comments
Labels: bug

#149 - Add Parsers.parse(Number, source) for number type detection + parsing

Pull Request - State: closed - Opened by quinnj almost 2 years ago - 1 comment

#148 - Re-enable precompilation for common Parsers routines

Pull Request - State: closed - Opened by quinnj almost 2 years ago - 2 comments

#147 - Bring performance back to pre-refactor levels

Pull Request - State: closed - Opened by quinnj almost 2 years ago - 1 comment

#146 - Benchmark current main vs. current release

Issue - State: open - Opened by quinnj almost 2 years ago

#145 - Bump to 2.5.0

Pull Request - State: closed - Opened by quinnj almost 2 years ago - 1 comment

#144 - Fix an inconsistency with ignorerepeated=true where we weren't

Pull Request - State: closed - Opened by quinnj almost 2 years ago - 1 comment

#143 - Fix typo in `find[d]elimiter`

Pull Request - State: closed - Opened by nickrobinson251 almost 2 years ago - 1 comment

#142 - Remove OK code when sentinel is matched

Pull Request - State: closed - Opened by quinnj almost 2 years ago - 1 comment

#141 - Support open and close quotes being `String`

Pull Request - State: closed - Opened by nickrobinson251 almost 2 years ago - 1 comment

#140 - InlineStrings.jl tests fail on Parsers.jl `main`

Issue - State: closed - Opened by nickrobinson251 almost 2 years ago - 3 comments

#139 - Treat empty quoted field as not empty sentinel for Strings

Pull Request - State: closed - Opened by quinnj almost 2 years ago - 1 comment

#138 - Use quotes to disambiguate empty and missing strings

Issue - State: closed - Opened by Drvi almost 2 years ago

#137 - Add downstream tests to CI

Pull Request - State: closed - Opened by nickrobinson251 almost 2 years ago - 14 comments

#136 - Avoid hard-coding String type argument for AbstractString

Pull Request - State: closed - Opened by quinnj almost 2 years ago - 1 comment

#135 - Add Integration Tests for downstream packages

Issue - State: closed - Opened by nickrobinson251 almost 2 years ago - 2 comments

#134 - Revert "Use Aqua and JET in tests (#130)"

Pull Request - State: closed - Opened by nickrobinson251 almost 2 years ago - 2 comments

#133 - Parsers.jl v2.4.1 breaks InlineStrings.jl

Issue - State: closed - Opened by nickrobinson251 almost 2 years ago - 1 comment

#132 - Bump version

Pull Request - State: closed - Opened by nickrobinson251 almost 2 years ago - 1 comment

#131 - [RFC] Experiment: Introduce `AbstractParseTypeConf`

Pull Request - State: closed - Opened by Drvi about 2 years ago - 6 comments

#130 - Use Aqua and JET in tests

Pull Request - State: closed - Opened by Drvi about 2 years ago - 3 comments

#129 - remove unbound type parameters

Pull Request - State: closed - Opened by nsajko about 2 years ago - 1 comment

#128 - Introduce `groupmark` number-parsing option

Pull Request - State: closed - Opened by Drvi about 2 years ago - 2 comments

#127 - Playing with ideas on how to better componentize internal parsing

Pull Request - State: closed - Opened by quinnj over 2 years ago - 5 comments

#126 - fix docstring rendering for xparse

Pull Request - State: closed - Opened by KristofferC over 2 years ago - 1 comment

#125 - Delete the master branch?

Issue - State: closed - Opened by KristofferC over 2 years ago - 1 comment

#124 - Streamline `xparse` interface

Issue - State: closed - Opened by nickrobinson251 over 2 years ago - 1 comment

#123 - ensure that `getstring` resets the position of IO

Pull Request - State: closed - Opened by KristofferC over 2 years ago

#122 - fix formatting in some docstrings by escaping some characters

Pull Request - State: closed - Opened by KristofferC over 2 years ago - 2 comments

#121 - add `propertynames` for `PosLen`

Pull Request - State: closed - Opened by KristofferC over 2 years ago - 2 comments

#120 - Documentation for `ReturnCode` is mangled

Issue - State: closed - Opened by KristofferC over 2 years ago

#119 - Unclear documentation for `getstring`

Issue - State: open - Opened by KristofferC over 2 years ago - 6 comments

#118 - Fix corner case of very large integer parsing that promotes to BigInt

Pull Request - State: closed - Opened by quinnj over 2 years ago - 3 comments

#117 - Support Strings (multiple chars) as 'quotechars'

Pull Request - State: closed - Opened by nickrobinson251 over 2 years ago - 4 comments

#116 - Always strip quoted `' '` and `'\t'` when `stripquoted=true`

Pull Request - State: closed - Opened by nickrobinson251 over 2 years ago - 1 comment

#114 - dont @inline large constants

Pull Request - State: closed - Opened by rafaqz over 2 years ago - 5 comments

#113 - Resolve precompilation issues

Issue - State: closed - Opened by rafaqz over 2 years ago - 1 comment

#112 - Add new stripquoted keyword arg and fix stripwhitespace

Pull Request - State: closed - Opened by quinnj over 2 years ago - 1 comment

#111 - remove undefined behavior

Pull Request - State: closed - Opened by oscardssmith over 2 years ago

#110 - Revert precompilation

Pull Request - State: closed - Opened by quinnj over 2 years ago - 1 comment

#109 - option to ignore whitespace stripping within quotes

Issue - State: closed - Opened by li1 over 2 years ago - 3 comments

#108 - add precompile runs for xparse and xparse2

Pull Request - State: closed - Opened by rafaqz over 2 years ago - 12 comments

#107 - Fix corner cases with stripewhitescpace and quoted/delimited strings

Pull Request - State: closed - Opened by quinnj over 2 years ago - 1 comment

#106 - `stripwhitespace` can leave trailing whitespace in quoted string

Issue - State: closed - Opened by nickrobinson251 over 2 years ago - 4 comments

#105 - Successor to #104 for string value whitespace stripping

Pull Request - State: closed - Opened by quinnj over 2 years ago - 2 comments

#104 - 951 stripwhitespace

Pull Request - State: closed - Opened by tp2750 almost 3 years ago - 2 comments

#103 - Fix case where we have a dangling non-digit after integer in float parse

Pull Request - State: closed - Opened by quinnj almost 3 years ago - 1 comment

#102 - Insert debug statement to diagnose float parsing error

Pull Request - State: closed - Opened by quinnj almost 3 years ago - 1 comment

#101 - Fix bug when parsing consecutive, same-thread, non-negative, non-fast-path BigFloats

Pull Request - State: closed - Opened by quinnj almost 3 years ago - 1 comment

#100 - prevent aliased bigfloats from getting returned

Pull Request - State: closed - Opened by KristofferC almost 3 years ago - 4 comments

#99 - lazily allocate the threaded buffers and allocate them on the thread that will access it

Pull Request - State: closed - Opened by KristofferC almost 3 years ago - 1 comment

#98 - Bump PosLen capacity up to 80 bits

Pull Request - State: open - Opened by quinnj almost 3 years ago - 3 comments

#97 - Allow setting of parsed value if typeparser succeeded

Pull Request - State: closed - Opened by quinnj almost 3 years ago - 2 comments

#96 - Indent code to make logic easier to follow

Pull Request - State: closed - Opened by nickrobinson251 almost 3 years ago

#95 - Fix `ok` definition so `xparse` returns a value whenever possible

Pull Request - State: closed - Opened by nickrobinson251 almost 3 years ago - 1 comment

#94 - Return the correct value when encoutering an invalid delimiter

Pull Request - State: closed - Opened by nickrobinson251 almost 3 years ago - 2 comments

#93 - Behaviour of `xparse` when encountering invalid delimiters

Issue - State: closed - Opened by nickrobinson251 almost 3 years ago - 1 comment

#92 - Increase accuracy of parsing subnormal floats

Pull Request - State: closed - Opened by quinnj almost 3 years ago - 1 comment

#91 - Ensure high-precision floats don't default to Float64 for scaling

Pull Request - State: closed - Opened by quinnj almost 3 years ago - 1 comment