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
401
401
valYshowSuppressedErrors:Setting[Boolean] =BooleanSetting(ForkSetting, "Yshow-suppressed-errors", "Also show follow-on errors and warnings that are normally suppressed.")
402
402
valYdetailedStats:Setting[Boolean] =BooleanSetting(ForkSetting, "Ydetailed-stats", "Show detailed internal compiler stats (needs Stats.enabled to be set to true).")
403
-
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")
403
+
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")
404
404
valYprintPos:Setting[Boolean] =BooleanSetting(ForkSetting, "Yprint-pos", "Show tree positions.")
405
405
valYprintPosSyms:Setting[Boolean] =BooleanSetting(ForkSetting, "Yprint-pos-syms", "Show symbol definitions positions.")
406
406
valYnoDeepSubtypes:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-deep-subtypes", "Throw an exception on deep subtyping call stacks.")
0 commit comments