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

Lowercase enum constant names get uppercased #14

Open
Runemoro opened this issue Jul 10, 2019 · 1 comment
Open

Lowercase enum constant names get uppercased #14

Runemoro opened this issue Jul 10, 2019 · 1 comment

Comments

@Runemoro
Copy link

Even after liach's enum constant PR, enum constant names don't match their .name() if the name is lowercase (see class_4396$class_4397). This causes problems with Procyon (or at least, an older version of it), and would also break anything relying on valueOf if the code is recompiled.

@liach
Copy link
Contributor

liach commented Sep 21, 2019

Good point. I will look into fixing that.

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

No branches or pull requests

2 participants