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

Enum const support #5321

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Enum const support #5321

merged 1 commit into from
Jun 6, 2023

Conversation

trilorez
Copy link
Contributor

@trilorez trilorez commented Jun 6, 2023

This pr ties up loose ends regarding enums and const.
MatchOp now takes const into account.
Non-const enums cannot contain const in their elements.
Verifier tests for enums have been added.

This commit ties up loose ends regarding enums and const.
MatchOp now takes const into account.
Non-const enums cannot contain const in their elements.
Verifier tests for enums have been added.
@trilorez trilorez merged commit b924a5c into main Jun 6, 2023
@trilorez trilorez deleted the dev/trilorez/enum-const branch June 6, 2023 23:20
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.

2 participants