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
Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
MacOS 13.5.1
JDK (Oracle 1.8.0_72, OpenJDK 1.8.x, Azul Zing)
openjdk version "15.0.1" 2020-10-20
OpenJDK Runtime Environment (build 15.0.1+9-18)
OpenJDK 64-Bit Server VM (build 15.0.1+9-18, mixed mode, sharing)
Expected Behavior
Reproducer compiles without warnings
Actual Behavior
Compiles with warning
[warn] ./reproducer.sc:23:17
[warn] Unreachable case except for null (if this is intentional, consider writing case null => instead).
[warn] val rowParser = anorm.Macro.namedParser[AnormRow]
[warn] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Anorm Version (2.5.x / etc)
2.7.1-f0a340eb-SNAPSHOT with Scala 3.3.1
Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
MacOS 13.5.1
JDK (Oracle 1.8.0_72, OpenJDK 1.8.x, Azul Zing)
openjdk version "15.0.1" 2020-10-20
OpenJDK Runtime Environment (build 15.0.1+9-18)
OpenJDK 64-Bit Server VM (build 15.0.1+9-18, mixed mode, sharing)
Expected Behavior
Reproducer compiles without warnings
Actual Behavior
Compiles with warning
Reproducible Test Case
Reproducer repo https://github.com/jeejeeone/anorm-reproducer/tree/main (after first sbt compile warning goes away)
Reproduce with scala-cli:
The text was updated successfully, but these errors were encountered: