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

Disallow deserialization of struct and struct variant with named fields from sequence #2640

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

Conversation

Toromyx
Copy link

@Toromyx Toromyx commented Oct 28, 2023

Fixes #1587. In contrast to #2639, this PR includes breaking changes and would need a new major version.

… struct variants from a sequence

BREAKING CHANGE: This breaks previously established (wrong) behaviour on which some dependencies might depend.
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.

Struct with named fields can be deserialized from sequence
1 participant