ron-rs / ron

Rusty Object Notation
https://docs.rs/ron
Apache License 2.0
3.31k stars 122 forks source link

Fix parsing of struct/variant names starting in `None`, `Some`, `true`, or `false` #499

Closed juntyr closed 1 year ago

juntyr commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (10021d1) 99.40% compared to head (b5655bf) 99.40%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #499 +/- ## ======================================= Coverage 99.40% 99.40% ======================================= Files 78 78 Lines 10542 10592 +50 ======================================= + Hits 10479 10529 +50 Misses 63 63 ``` | [Files Changed](https://app.codecov.io/gh/ron-rs/ron/pull/499?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/de/mod.rs](https://app.codecov.io/gh/ron-rs/ron/pull/499?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2RlL21vZC5ycw==) | `98.63% <100.00%> (ø)` | | | [src/de/tests.rs](https://app.codecov.io/gh/ron-rs/ron/pull/499?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2RlL3Rlc3RzLnJz) | `100.00% <100.00%> (ø)` | | | [src/parse.rs](https://app.codecov.io/gh/ron-rs/ron/pull/499?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3BhcnNlLnJz) | `100.00% <100.00%> (ø)` | | | [tests/367\_implicit\_some.rs](https://app.codecov.io/gh/ron-rs/ron/pull/499?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvMzY3X2ltcGxpY2l0X3NvbWUucnM=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.