-
Notifications
You must be signed in to change notification settings - Fork 150
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
Scala 3 ValueEnum only finds values if the value constructor parameter is first #396
Comments
I intend to take a quick look myself, hopefully this is relatively easy |
That is odd. Would def appreciate your help on this one. enumeratum/macros/src/main/scala-3/enumeratum/ValueEnumMacros.scala Lines 155 to 163 in 1fbbd04
^ seems like a relevant area. |
I took a stab at #397, but I find it very difficult to get tests to consistently run locally on scala 3 |
#398 should be better. |
Done via #398 |
results in
Switching the constructor params fixes the problem.
The text was updated successfully, but these errors were encountered: