-
Notifications
You must be signed in to change notification settings - Fork 1.1k
3.3.0-RC4 -Wunused:all compiler exception #17309
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
Labels
area:linting
Linting warnings enabled with -W or -Xlint
itype:bug
itype:crash
regression
This worked in a previous version but doesn't anymore
stat:needs minimization
Needs a self contained minimization
Milestone
Comments
It can also be reproduced with lila-ws, a much smaller project.
|
Also present in 3 Open CB projects:
|
The common factor is //> using scala "3.3.0-RC4-bin-SNAPSHOT"
//> using options "-Wunused:all"
//> using lib "org.reactivemongo::reactivemongo-bson-api:1.1.0-RC9"
import reactivemongo.api.bson.*
case class Eval()
given BSONDocumentHandler[Eval] = Macros.handler
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:linting
Linting warnings enabled with -W or -Xlint
itype:bug
itype:crash
regression
This worked in a previous version but doesn't anymore
stat:needs minimization
Needs a self contained minimization
Uh oh!
There was an error while loading. Please reload this page.
When compiling lila with:
-Wunused:all
flagwe get the following exception:
Here's the full compiler output.
It works if we remove the
-Wunused:all
flag from the build settings, or if we downgrade scala to 3.3.0-RC3.How to reproduce:
The text was updated successfully, but these errors were encountered: