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 empty slice encode/decode error #340 #341

Merged
merged 2 commits into from
Dec 6, 2022
Merged

Conversation

tiltwind
Copy link
Contributor

@tiltwind tiltwind commented Dec 4, 2022

Which issue(s) this PR fixes:

Fixes #340

@codecov-commenter
Copy link

codecov-commenter commented Dec 4, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.18%. Comparing base (e579dda) to head (97fab4f).
Report is 42 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #341   +/-   ##
=======================================
  Coverage   72.17%   72.18%           
=======================================
  Files          27       27           
  Lines        3127     3128    +1     
=======================================
+ Hits         2257     2258    +1     
  Misses        633      633           
  Partials      237      237           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wongoo wongoo merged commit 6455362 into apache:master Dec 6, 2022
@tiltwind tiltwind changed the title fix issue #340 fix empty slice encode/decode error #340 Dec 6, 2022
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.

when a struct has more than one kind of empty slice whose type is pointer ,decode will panic
4 participants