Skip to content

Cleanup our list of compiler flags #10236

Closed
@smarter

Description

@smarter

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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions