You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dotty/tools/dotc/config/ScalaSettings.scala
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,6 @@ class ScalaSettings extends Settings.SettingGroup {
164
164
valYforceSbtPhases=BooleanSetting("-Yforce-sbt-phases", "Run the phases used by sbt for incremental compilation (ExtractDependencies and ExtractAPI) even if the compiler is ran outside of sbt, for debugging.")
165
165
valYdumpSbtInc=BooleanSetting("-Ydump-sbt-inc", "For every compiled foo.scala, output the API representation and dependencies used for sbt incremental compilation in foo.inc, implies -Yforce-sbt-phases.")
166
166
valYcheckAllPatmat=BooleanSetting("-Ycheck-all-patmat", "Check exhaustivity and redundancy of all pattern matching (used for testing the algorithm)")
0 commit comments