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