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
Not sure I follow. It's fixed in snapshot but would be nice to not depend on snapshot thus my question any chance for a release :-) Or maybe there is planned a release? Just curious because the last release is from a while back.
Anorm Version (2.5.x / etc)
2.7.0
Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
MacOS 14.2.1
Darwin bwbmac.cs.uwaterloo.ca 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:18 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6000 arm64
JDK (Oracle 1.8.0_72, OpenJDK 1.8.x, Azul Zing)
bwbecker@beta-2 ca.uwaterloo % java -version
openjdk version "17.0.9" 2023-10-17
OpenJDK Runtime Environment Homebrew (build 17.0.9+0)
OpenJDK 64-Bit Server VM Homebrew (build 17.0.9+0, mixed mode, sharing)
Library Dependencies
N/A
Expected Behavior
Macro.namedParser
to compile without error.Actual Behavior
The scala3.3.1 compiler generates a match exhaustivity warning:
Reproducible Test Case
Put the following in a file,
Anormbug.scala
and then run it withscala-cli Anormbug.scala
The text was updated successfully, but these errors were encountered: