JuliaLang / TOML.jl

A fast TOML parser for TOML 1.0 written in Julia
MIT License
34 stars 15 forks source link

parse UInt64 for hex, oct and bin #47

Closed Roger-luo closed 1 year ago

Roger-luo commented 1 year ago

fix #46

codecov[bot] commented 1 year ago

Codecov Report

Merging #47 (5c5e9b1) into master (44aab3c) will decrease coverage by 0.21%. The diff coverage is 80.00%.

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   93.21%   92.99%   -0.22%     
==========================================
  Files           3        3              
  Lines         707      714       +7     
==========================================
+ Hits          659      664       +5     
- Misses         48       50       +2     
Impacted Files Coverage Δ
src/parser.jl 92.64% <80.00%> (-0.26%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

KristofferC commented 1 year ago

You can add the tests to https://github.com/JuliaLang/TOML.jl/blob/master/test/values.jl.

Also, could you make this PR against the TOML stdlib in the Julia repo? We should archive this repo to make all development happen in one place.