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

Keep leading underscores in generated identifiers #35

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Conversation

glopesdev
Copy link
Member

This PR ensures that leading underscores in identifier names are kept in the naming convention, which fixes a relevant edge case when generating enum classes for raw string literals.

Fix #32

@glopesdev glopesdev added the fix Pull request that fixes an issue label Jan 22, 2024
@glopesdev glopesdev merged commit 9ad689f into main Jan 22, 2024
2 checks passed
@glopesdev glopesdev deleted the casing-rules branch January 22, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enum of type integer fails to convert
1 participant