JuliaStrings / InlineStrings.jl

Fixed-width string types for Julia
Other
45 stars 13 forks source link

Tests failing on `main` with Parsers.jl v2.4.1 #48

Closed nickrobinson251 closed 2 years ago

nickrobinson251 commented 2 years ago

As seen on https://github.com/JuliaStrings/InlineStrings.jl/pull/47 e.g. https://github.com/JuliaStrings/InlineStrings.jl/actions/runs/3237028028/jobs/5304959919

The tests which are failing are https://github.com/JuliaStrings/InlineStrings.jl/blob/20f125c3aa5836d0080fb03a556c2021448999e0/test/runtests.jl#L339-L393

nickrobinson251 commented 2 years ago

fixed by https://github.com/JuliaStrings/InlineStrings.jl/pull/49 + https://github.com/JuliaData/Parsers.jl/pull/136