Closed
Description
We should go through https://github.com/lampepfl/dotty/blob/master/compiler/src/dotty/tools/dotc/config/ScalaSettings.scala and clean it up, in particular there's a bunch of flags which don't do anything (because they were never implemented or because they were dropped) which should just be removed, there's flags which try to do something but never worked (-Xno-value-classes
) and there are flags which don't separate words by hyphens (-noindent
). It might also be worth reclassifying some flags (if -Ysemanticdb
is officially supported it should be -Xsemanticdb
or -semanticdb
)