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: compiler/src/dotty/tools/dotc/config/ScalaSettings.scala
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,6 @@ class ScalaSettings extends Settings.SettingGroup {
106
106
valYkeepComments=BooleanSetting("-Ykeep-comments", "Keep comments when scanning source files.")
107
107
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.")
108
108
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.")
109
-
valYupdateStale=BooleanSetting("-Yupdate-stale", "Automically update stale top-level classes and objects to latest version")
110
109
valYcheckAllPatmat=BooleanSetting("-Ycheck-all-patmat", "Check exhaustivity and redundancy of all pattern matching (used for testing the algorithm)")
111
110
valYretainTrees=BooleanSetting("-Yretain-trees", "Retain trees for top-level classes, accessible from ClassSymbol#tree")
112
111
valYshowTreeIds=BooleanSetting("-Yshow-tree-ids", "Uniquely tag all tree nodes in debugging output.")
0 commit comments