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
@@ -176,7 +176,6 @@ class ScalaSettings extends Settings.SettingGroup with CommonScalaSettings {
176
176
valYprintDebugOwners:Setting[Boolean] =BooleanSetting("-Yprint-debug-owners", "When printing trees, print owners of definitions.")
177
177
valYshowPrintErrors:Setting[Boolean] =BooleanSetting("-Yshow-print-errors", "Don't suppress exceptions thrown during tree printing.")
178
178
valYtestPickler:Setting[Boolean] =BooleanSetting("-Ytest-pickler", "Self-test for pickling functionality; should be used with -Ystop-after:pickler.")
179
-
valYparallelPickler:Setting[Boolean] =BooleanSetting("-Yparallel-pickler", "Run part of the pickling phase in parallel, disable because it breaks some tests.")
180
179
valYcheckReentrant:Setting[Boolean] =BooleanSetting("-Ycheck-reentrant", "Check that compiled program does not contain vars that can be accessed from a global root.")
181
180
valYdropComments:Setting[Boolean] =BooleanSetting("-Ydrop-comments", "Drop comments when scanning source files.")
182
181
valYcookComments:Setting[Boolean] =BooleanSetting("-Ycook-comments", "Cook the comments (type check `@usecase`, etc.)")
0 commit comments