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

Fix IDL serialization of enums with mixins #1865

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Jul 18, 2023

Fixes #1864

This commit fixes an issue where the IDL serializer would write an empty apply statement on an enum member that was mixed in, as the value was written using the special IDL syntax for enum values.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This commit fixes an issue where the IDL serializer would write an
empty apply statement on an enum member that was mixed in, as the
value was written using the special IDL syntax for enum values.
@kstich kstich requested a review from a team as a code owner July 18, 2023 16:26
@kstich kstich merged commit 1fdd79b into main Jul 18, 2023
@kstich kstich deleted the idl_serialize_enum_mixin branch July 18, 2023 17:34
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.

SmithyIdlModelSerializer produces broken model
2 participants