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
valYstopBefore:Setting[List[String]] =PhasesSetting(ForkSetting, "Ystop-before", "Stop before") // stop before erasure as long as we have not debugged it fully
402
402
valYshowSuppressedErrors:Setting[Boolean] =BooleanSetting(ForkSetting, "Yshow-suppressed-errors", "Also show follow-on errors and warnings that are normally suppressed.")
403
403
valYdetailedStats:Setting[Boolean] =BooleanSetting(ForkSetting, "Ydetailed-stats", "Show detailed internal compiler stats (needs Stats.enabled to be set to true).")
404
-
valYkindProjector:Setting[String] =ChoiceSetting(ForkSetting, "Ykind-projector", "[underscores, enable, disable]", "Allow `*` as type lambda placeholder to be compatible with kind projector. When invoked as -Ykind-projector:underscores will repurpose `_` to be a type parameter placeholder, this will disable usage of underscore as a wildcard.", List("disable", "enable", "underscores"), "disable")
404
+
valYkindProjector:Setting[String] =LegacyChoiceSetting(ForkSetting, "Ykind-projector", "[underscores, enable, disable]", "Allow `*` as type lambda placeholder to be compatible with kind projector. When invoked as -Ykind-projector:underscores will repurpose `_` to be a type parameter placeholder, this will disable usage of underscore as a wildcard.", List("disable", "", "underscores"), "disable")
405
405
valYprintPos:Setting[Boolean] =BooleanSetting(ForkSetting, "Yprint-pos", "Show tree positions.")
406
406
valYprintPosSyms:Setting[Boolean] =BooleanSetting(ForkSetting, "Yprint-pos-syms", "Show symbol definitions positions.")
407
407
valYnoDeepSubtypes:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-deep-subtypes", "Throw an exception on deep subtyping call stacks.")
0 commit comments