Unactionable warning: "Given search preference for ... will change." #22153
Labels
area:reporting
Error reporting including formatting, implicit suggestions, etc
better-errors
Issues concerned with improving confusing/unhelpful diagnostic messages
itype:bug
Compiler version
3.6.4-RC1-bin-20241204-a67dbb0-NIGHTLY
Minimized code
You can grab sbt/sbt develop branch
fdc03b782a40ce1f04bcefcd7eb3dc45fa7927d0
.I'm guessing that the minimized repro is basically https://github.com/scala/scala3/blob/c61897d7e78bfea283f5a2e37215c3b528e7684f/tests/warn/i21036a.scala
Output
Currently the compile fails because I have
-Xfatal-warnings
and there's a warning about a given search:Expectation
I expect all warnings to be actionable. This type of "FYI" message should go into the release note or
-Xmigration 3.5.0
.The text was updated successfully, but these errors were encountered: