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
valYcheckInit:Setting[Boolean] =BooleanSetting("-Ysafe-init", "Ensure safe initialization of objects")
329
329
valYrequireTargetName:Setting[Boolean] =BooleanSetting("-Yrequire-targetName", "Warn if an operator is defined without a @targetName annotation")
330
330
valYrecheckTest:Setting[Boolean] =BooleanSetting("-Yrecheck-test", "Run basic rechecking (internal test only)")
331
-
valYcc:Setting[Boolean] =BooleanSetting("-Ycc", "Check captured references (warning: extremely experimental and unstable)")
332
-
valYccDebug:Setting[Boolean] =BooleanSetting("-Ycc-debug", "Used in conjunction with -Ycc, debug info for captured references")
333
-
valYccNoAbbrev:Setting[Boolean] =BooleanSetting("-Ycc-no-abbrev", "Used in conjunction with -Ycc, suppress type abbreviations")
331
+
valYccDebug:Setting[Boolean] =BooleanSetting("-Ycc-debug", "Used in conjunction with captureChecking language import, debug info for captured references")
332
+
valYccNoAbbrev:Setting[Boolean] =BooleanSetting("-Ycc-no-abbrev", "Used in conjunction with captureChecking language import, suppress type abbreviations")
334
333
335
334
/** Area-specific debug output */
336
335
valYexplainLowlevel:Setting[Boolean] =BooleanSetting("-Yexplain-lowlevel", "When explaining type errors, show types at a lower level.")
0 commit comments