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: value enum bugs #2300

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

worstell
Copy link
Contributor

@worstell worstell commented Aug 8, 2024

fixes value enum type validation
const block variants with the same underlying type are correctly associated to their parent enum object

fixes #2254

@worstell worstell requested a review from alecthomas as a code owner August 8, 2024 20:17
@worstell worstell requested review from a team and wesbillman and removed request for a team August 8, 2024 20:17
@ftl-robot ftl-robot mentioned this pull request Aug 8, 2024
fixes value enum type validation
const block variants with the same underlying type are correctly associated to their parent enum object
@worstell worstell force-pushed the worstell/20240805-value-enum-type-alias-bug branch from 105ea0c to 3ce6383 Compare August 8, 2024 20:23
@worstell worstell added this pull request to the merge queue Aug 8, 2024
Merged via the queue into main with commit 1bb1268 Aug 8, 2024
17 checks passed
@worstell worstell deleted the worstell/20240805-value-enum-type-alias-bug branch August 8, 2024 20:32
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.

bug in generated stubs for value enums where type is an alias
2 participants