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

Simplified the parsing for primitive enum variants, removed integer type autodetection #88

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rudib
Copy link
Member

@rudib rudib commented Mar 8, 2022

Rely on the compiler to optimize the primitive value lookups - the code gen won't resolve the values of the discriminants anymore.
Enabled usage of any sort of possible enum definitions, like those using consts or any future language changes.

Implements #87

rudib added 4 commits March 9, 2022 00:08
rely on the compiler to optimize the primitive value lookups
enabled usage of any sort of possible enum definitions, like those using consts
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.

1 participant