Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #277 and #405 with Value::Map IntoIter and extraneous item check for Value::Seq #406

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

juntyr
Copy link
Member

@juntyr juntyr commented Aug 26, 2022

Fixes #277
Fixes #405

  • I've included my change in CHANGELOG.md

…eous item check for `Value::Seq`
@codecov-commenter
Copy link

Codecov Report

Merging #406 (bee1974) into master (fc6d4b8) will decrease coverage by 0.93%.
The diff coverage is 69.76%.

@@            Coverage Diff             @@
##           master     #406      +/-   ##
==========================================
- Coverage   80.46%   79.52%   -0.94%     
==========================================
  Files          50       50              
  Lines        6287     6419     +132     
==========================================
+ Hits         5059     5105      +46     
- Misses       1228     1314      +86     
Impacted Files Coverage Δ
src/value.rs 45.88% <60.71%> (-7.64%) ⬇️
tests/value.rs 84.27% <86.66%> (-2.13%) ⬇️

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

@juntyr juntyr merged commit 21833a8 into ron-rs:master Aug 26, 2022
@juntyr juntyr deleted the 405-value-seq-map branch August 26, 2022 08:29
juntyr added a commit to juntyr/ron that referenced this pull request Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deserialising array from Value allows extraneous values Missing IntoIterator trait impl for Map
2 participants