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 enums using assignment operators #175

Merged
merged 3 commits into from
Jun 29, 2023
Merged

Fix enums using assignment operators #175

merged 3 commits into from
Jun 29, 2023

Conversation

speedyleion
Copy link
Owner

@speedyleion speedyleion commented Jun 29, 2023

Previously the enumerator parsing logic utilized the same logic as the macro parsing logic.
These are actually disparate logic. Now the enumerator logic uses the common base logic, with dedicated handling for the format_name() to only return the enumerator's name.

Have the failing test case failing
fix enum parsing
@speedyleion speedyleion linked an issue Jun 29, 2023 that may be closed by this pull request
@speedyleion speedyleion merged commit 3415f50 into main Jun 29, 2023
@speedyleion speedyleion deleted the enum-fix branch June 29, 2023 01:12
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.

Add support for enum entries initialized using a macro
1 participant