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
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,6 @@ class ScalaSettings extends Settings.SettingGroup with CommonScalaSettings {
118
118
valXprintSuspension:Setting[Boolean] =BooleanSetting("-Xprint-suspension", "Show when code is suspended until macros are compiled.")
119
119
valXprompt:Setting[Boolean] =BooleanSetting("-Xprompt", "Display a prompt after each error (debugging option).")
120
120
valXshowPhases:Setting[Boolean] =BooleanSetting("-Xshow-phases", "Print all compiler phases.")
121
-
valXnoValueClasses:Setting[Boolean] =BooleanSetting("-Xno-value-classes", "Do not use value classes. Helps debugging.")
122
121
valXreplLineWidth:Setting[Int] =IntSetting("-Xrepl-line-width", "Maximal number of columns per line for REPL output.", 390)
123
122
valXreplDisableDisplay:Setting[Boolean] =BooleanSetting("-Xrepl-disable-display", "Do not display definitions in REPL.")
124
123
valXfatalWarnings:Setting[Boolean] =BooleanSetting("-Xfatal-warnings", "Fail the compilation if there are any warnings.")
@@ -161,7 +160,6 @@ class ScalaSettings extends Settings.SettingGroup with CommonScalaSettings {
161
160
valYscala2Unpickler:Setting[String] =StringSetting("-Yscala2-unpickler", "", "Control where we may get Scala 2 symbols from. This is either \"always\", \"never\", or a classpath.", "always")
162
161
163
162
valYnoImports:Setting[Boolean] =BooleanSetting("-Yno-imports", "Compile without importing scala.*, java.lang.*, or Predef.")
0 commit comments