-Wconf can depend on order of other args, such as -deprecation #12984
Labels
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
has PR
Milestone
Questions are not bug reports
What if it's a documentation bug?
I realize that's another question.
Reproduction steps
Scala version: 2.13.13
scalameta/munit#461
to exercise
-Wconf:cat=deprecation:s -Xlint
and upgrading a project.Problem
It still warns, even with
-Wconf:any:s
.If I junkify the config, it tells me
Ah, I thought a plugin was prepending to the config, but I just realized that
Xlint
setsdeprecation
which sets-Wconf
.But what if I only want to see some deprecations?
That is my third and final question.
Besides documenting the behavior, under
-verbose
it could echo settings or explain what's going on when a filter matches.The text was updated successfully, but these errors were encountered: