Open
Description
Once scala/scala3#12857 is merged:
- In
-Wconf
, remove theinfo-verbose / iv
action, rename thewarning-verbose / wv
action toverbose / v
- Support
@nowarn("verbose")
in source code. Update the@nowarn
annotation's Scaladocs. - Improve the "verbose" warnings output to explicitly display the filters that match the warning (
cat=deprecation
,site=a.b.C
, ...)