We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e8dba commit a8380ccCopy full SHA for a8380cc
compiler/src/dotty/tools/dotc/reporting/WConf.scala
@@ -91,7 +91,7 @@ object WConf:
91
val setting = ctx.settings.Wconf.value
92
def cached = ctx.base.wConfCache
93
if cached == null || cached._1 != setting then
94
- val conf = fromSettings(setting)
+ val conf = fromSettings(setting.reverse)
95
ctx.base.wConfCache = (setting, conf.getOrElse(WConf(Nil)))
96
conf.swap.foreach(msgs =>
97
val multiHelp =
0 commit comments