You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the https://github.com/scala/bug/issues and haven't found the issue reported there - relevant for Scala 2 compiler crashes, since it might be a bug in the compiler
I checked the https://github.com/lampepfl/dotty/issues and haven't found the issue reported there - relevant for Scala 3 compiler crashes, since it might be a bug in the compiler
I confirmed that the bug is not related to functionality that was deprecated: lifted transformers (TransformerFs) or unsafeOption flags
Checklist
TransformerF
s) orunsafeOption
flagsDescribe the bug
Wrong case picked for simple enums transformation.
Reproduction
https://scastie.scala-lang.org/NOZPnNesSCCSUkUhseB4kQ
If posting a snippet, test it first with
scala-cli run --server=false .
!Expected behavior
Pick the "school" case.
Actual behavior
Picks the "solo" case.
Which Chimney version do you use
1.4.0
Which platform do you use
If you checked JVM
Which JVM distribution do you use (you can provide
java -version
output).Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: