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

Add 0 to allowed package name characters #1

Merged
merged 1 commit into from
Sep 3, 2020
Merged

Conversation

justhecuke
Copy link
Owner

For some unknown reason, 0 is the only alphanumeric character that wasn't recognized as in a package name. This led to odd scenarios that when you tried to compile code that had a 0 in the package name, the kotlin builder would package the code as the string before the 0 which led to some problems in auto-generated code.

For some unknown reason, `0` is the only alphanumeric character that wasn't recognized as in a package name. This led to odd scenarios that when you tried to compile code that had a `0` in the package name, the kotlin builder would package the code as the string before the `0` which led to some problems in auto-generated code.
@justhecuke justhecuke merged commit 64ac489 into master Sep 3, 2020
@justhecuke justhecuke deleted the jw/fix-0-package branch September 3, 2020 06:36
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.

1 participant