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

codegen: fix union serialization cases #979

Merged
merged 1 commit into from
Dec 15, 2020
Merged

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Dec 14, 2020

Fixes the cases of generated union serializer functions to use the correct types for union members.

Fixes #978

@jasdel jasdel force-pushed the fixup/UnionCodegen branch from a6036ef to 8bf5390 Compare December 14, 2020 22:31
@jasdel jasdel force-pushed the fixup/UnionCodegen branch 2 times, most recently from 48fa50c to 27a7130 Compare December 14, 2020 22:41
@jasdel jasdel merged commit 4806b72 into aws:master Dec 15, 2020
@jasdel jasdel deleted the fixup/UnionCodegen branch December 15, 2020 22:46
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.

serializers: use of illegal fallthrough statement in a type switch
3 participants