Skip to content
New issue

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

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

Already on GitHub? # to your account

feat!: remove strict length check on tuple deserialization #35

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Jan 30, 2025

Depends on: ipld/rust-ipld-core#24

This should be handled by #[serde(deny_unknown_fields)] so it can also be used non-strict (for custom visitors/deserializers). Unfortunately this isn't supported upstream in serde yet, so we should work on that.

rvagg added 2 commits January 30, 2025 14:30
Depends on: ipld/rust-ipld-core#24

This should be handled by #[serde(deny_unknown_fields)] so it can also be used
non-strict (for custom visitors/deserializers). Unfortunately this isn't
supported upstream in serde yet, so we should work on that.
@rvagg rvagg force-pushed the rvagg/nonstrict-tuple-length branch from 3b1ffaa to 4b51954 Compare January 30, 2025 03:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant