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

Backtick variable/method names that conflict with Swift keywords #91

Merged
merged 4 commits into from
May 29, 2024

Conversation

liamnichols
Copy link
Owner

Closes #38

For example, a key called cotninue would generate incorrectly and fail to compile. This change detects invalid identifiers and adds the appropriate backticks.

@liamnichols liamnichols merged commit c9b32f5 into main May 29, 2024
6 checks passed
@liamnichols liamnichols deleted the ln/keyword-variable-names branch May 29, 2024 17:23
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.

Keys which are Swift keywords can't be compiled
1 participant