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

Allow for digits in type aliases #2967

Open
konnov opened this issue Aug 23, 2024 · 0 comments
Open

Allow for digits in type aliases #2967

konnov opened this issue Aug 23, 2024 · 0 comments
Assignees
Labels
feature A new feature or functionality

Comments

@konnov
Copy link
Collaborator

konnov commented Aug 23, 2024

I don't know how it happened, but our type aliases do not allow for digits. This is not very convenient:

private val camelCasePattern = "^[a-z]+(?:[A-Z][a-z]*)*$".r

@konnov konnov added the feature A new feature or functionality label Aug 23, 2024
@konnov konnov self-assigned this Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or functionality
Projects
None yet
Development

No branches or pull requests

1 participant