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: differentiate between string enum and int enum in client correction #1069

Merged
merged 4 commits into from
Apr 18, 2024

Conversation

lauzadis
Copy link
Contributor

Int enums will have an SdkUnknown generated with a String value of "no value provided", which fails to compile. This PR separates the logic handling string enums and int enums.

Issue #

Internal issue

Description of changes

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

@lauzadis lauzadis requested a review from a team as a code owner April 18, 2024 14:03
@lauzadis lauzadis merged commit f2412eb into main Apr 18, 2024
13 checks passed
@lauzadis lauzadis deleted the fix-datarange branch April 18, 2024 14:53
sullis pushed a commit to sullis/smithy-kotlin that referenced this pull request Jun 3, 2024
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.

3 participants