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

Do not write skipped fields in deserialize_in_place() #2513

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

h3ndrk
Copy link

@h3ndrk h3ndrk commented Jul 18, 2023

This PR actually skips fields in sequences in deserialize_in_place() as explained in #2512.

Fixes #2512

Formatting didn't work in this file so I formatted manually...

@h3ndrk h3ndrk force-pushed the fix-deserialize_in_place-for-skipped-fields branch from 2543484 to 00df531 Compare August 13, 2023 05:53
@h3ndrk
Copy link
Author

h3ndrk commented Aug 13, 2023

I rebased to the latest master. What's the state? Any chance to get this merged?

@h3ndrk h3ndrk force-pushed the fix-deserialize_in_place-for-skipped-fields branch from 00df531 to a111571 Compare October 21, 2023 08:12
@twvd
Copy link

twvd commented Dec 2, 2023

I'm also very interested in having this merged, for the same reasons as stated in #2512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

deserialize_in_place fills skipped fields with default
2 participants