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

feat(gen): enums from structs #2

Merged
merged 1 commit into from
Mar 9, 2021
Merged

feat(gen): enums from structs #2

merged 1 commit into from
Mar 9, 2021

Conversation

sh0rez
Copy link
Member

@sh0rez sh0rez commented Mar 9, 2021

Enables converting string-only structs to enums as a more fine-grained
alternative to already supported disjunctions

Fixes #1

Enables converting string-only structs to enums as a more fine-grained
alternative to already supported disjunctions
@sh0rez sh0rez requested a review from sdboyer March 9, 2021 14:40
Copy link
Contributor

@sdboyer sdboyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sdboyer sdboyer merged commit 3851b37 into main Mar 9, 2021
@sh0rez sh0rez deleted the struct-enums branch March 12, 2021 12:10
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.

Allow generation of enums from structs
2 participants