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 decoding of invalid top level value #184

Merged
merged 2 commits into from
Apr 10, 2021
Merged

Conversation

goccy
Copy link
Owner

@goccy goccy commented Apr 10, 2021

fix #176

@codecov-io
Copy link

Codecov Report

Merging #184 (2cb792c) into master (6fbf3fc) will increase coverage by 0.01%.
The diff coverage is 81.25%.

@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
+ Coverage   81.76%   81.77%   +0.01%     
==========================================
  Files          49       49              
  Lines       21481    21494      +13     
==========================================
+ Hits        17563    17576      +13     
- Misses       3047     3048       +1     
+ Partials      871      870       -1     

@goccy goccy merged commit deec2b2 into master Apr 10, 2021
@goccy goccy deleted the feature/validate-end-buf branch April 10, 2021 10:23
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.

The following unmarshall produces no error, which differs from "encoding/json"
2 participants