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
+1
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ class ScalaSettings extends Settings.SettingGroup {
81
81
valXshowPhases:Setting[Boolean] =BooleanSetting("-Xshow-phases", "Print all compiler phases")
82
82
valXnoValueClasses:Setting[Boolean] =BooleanSetting("-Xno-value-classes", "Do not use value classes. Helps debugging.")
83
83
valXreplLineWidth:Setting[Int] =IntSetting("-Xrepl-line-width", "Maximal number of columns per line for REPL output", 390)
84
+
valXreplDisableDisplay:Setting[Boolean] =BooleanSetting("-Xrepl-disable-display", "Do not display definitions in REPL.")
84
85
valXfatalWarnings:Setting[Boolean] =BooleanSetting("-Xfatal-warnings", "Fail the compilation if there are any warnings.")
85
86
valXverifySignatures:Setting[Boolean] =BooleanSetting("-Xverify-signatures", "Verify generic signatures in generated bytecode.")
86
87
valXignoreScala2Macros:Setting[Boolean] =BooleanSetting("-Xignore-scala2-macros", "Ignore errors when compiling code that calls Scala2 macros, these will fail at runtime.")
@tu lazyvalClassCastExceptionClass_stringConstructor:TermSymbol=ClassCastExceptionClass.info.member(nme.CONSTRUCTOR).suchThat(_.info.firstParamTypes match {
@tu lazyvalArithmeticExceptionClass_stringConstructor:TermSymbol=ArithmeticExceptionClass.info.member(nme.CONSTRUCTOR).suchThat(_.info.firstParamTypes match {
0 commit comments