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

observe that tuple-like inherently disable some features #965

Merged
merged 1 commit into from Oct 13, 2022
Merged

Conversation

mgravell
Copy link
Member

@mgravell mgravell commented Oct 13, 2022

i.e. fields, callbacks; alternative considered was to have using these features disable the tuple-like type behaviour, but that seemed to be more surprising and error-prone ("I tried to add a callback; now I have no data", "I tried to add an extra field, now I only have 1 field")

fixes #964

@mgravell mgravell merged commit 4989e03 into main Oct 13, 2022
@mgravell mgravell deleted the fix964 branch February 25, 2023 21:56
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.

Serialized proto not matching between Attribute declaration vs RuntimeTypeModel with missing set on property
1 participant