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
valYshowTreeIds:Setting[Boolean] =BooleanSetting("-Yshow-tree-ids", "Uniquely tag all tree nodes in debugging output.")
315
315
valYfromTastyIgnoreList:Setting[List[String]] =MultiStringSetting("-Yfrom-tasty-ignore-list", "file", "List of `tasty` files in jar files that will not be loaded when using -from-tasty")
316
316
valYnoExperimental:Setting[Boolean] =BooleanSetting("-Yno-experimental", "Disable experimental language features")
317
+
valYlegacyLazyVals:Setting[Boolean] =BooleanSetting("-Ylegacy-lazy-vals", "Use legacy (pre 3.3.0) implementation of lazy vals")
valYprofileDestination:Setting[String] =StringSetting("-Yprofile-destination", "file", "Where to send profiling output - specify a file, default is to the console.", "")
valYrecheckTest:Setting[Boolean] =BooleanSetting("-Yrecheck-test", "Run basic rechecking (internal test only)")
332
333
valYccDebug:Setting[Boolean] =BooleanSetting("-Ycc-debug", "Used in conjunction with captureChecking language import, debug info for captured references")
333
334
valYccNoAbbrev:Setting[Boolean] =BooleanSetting("-Ycc-no-abbrev", "Used in conjunction with captureChecking language import, suppress type abbreviations")
334
-
valYlightweightLazyVals:Setting[Boolean] =BooleanSetting("-Ylightweight-lazy-vals", "Use experimental lightweight implementation of lazy vals")
335
335
336
336
/** Area-specific debug output */
337
337
valYexplainLowlevel:Setting[Boolean] =BooleanSetting("-Yexplain-lowlevel", "When explaining type errors, show types at a lower level.")
0 commit comments