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

Include unknown fields from decoding into output when re-encoding #166

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

rwstauner
Copy link
Contributor

When a message is decoded that has fields the current module doesn't utilize, just append them to the end of the message when re-encoding a message from this instance.

The conformance suite tests for this.

@rwstauner rwstauner force-pushed the unknown-fields branch 3 times, most recently from cfcadc9 to a49172c Compare January 2, 2025 23:53
When a message is decoded that has fields the current module
doesn't utilize, just append them to the end of the message
when re-encoding a message from this instance.

The conformance suite tests for this.
@tenderworks tenderworks merged commit cd5aa64 into Shopify:main Jan 8, 2025
4 checks passed
@rwstauner rwstauner added the #gsd:43107 Ruby Language: RPC Code Generation for Shopify Internal APIs [GSD 43107] label Jan 9, 2025
@rwstauner rwstauner self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#gsd:43107 Ruby Language: RPC Code Generation for Shopify Internal APIs [GSD 43107]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants