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
valXnoForwarders:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xno-forwarders", "Do not generate static forwarders in mirror classes.")
302
302
valXmaxInlines:Setting[Int] =IntSetting(AdvancedSetting, "Xmax-inlines", "Maximal number of successive inlines.", 32)
303
303
valXmaxInlinedTrees:Setting[Int] =IntSetting(AdvancedSetting, "Xmax-inlined-trees", "Maximal number of inlined trees.", 2_000_000)
304
-
valXmigration:Setting[ScalaVersion] =VersionSetting(AdvancedSetting, "Xmigration", "Warn about constructs whose behavior may have changed since version.")
304
+
valXmigration:Setting[ScalaVersion] =VersionSetting(AdvancedSetting, "Xmigration", "Warn about constructs whose behavior may have changed since version.", legacyArgs =true)
305
305
valXprintTypes:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xprint-types", "Print tree types (debugging option).")
306
306
valXprintDiff:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xprint-diff", "Print changed parts of the tree since last print.")
307
307
valXprintDiffDel:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xprint-diff-del", "Print changed parts of the tree since last print including deleted parts.")
valYstopBefore:Setting[List[String]] =PhasesSetting(ForkSetting, "Ystop-before", "Stop before") // stop before erasure as long as we have not debugged it fully
377
377
valYshowSuppressedErrors:Setting[Boolean] =BooleanSetting(ForkSetting, "Yshow-suppressed-errors", "Also show follow-on errors and warnings that are normally suppressed.")
378
378
valYdetailedStats:Setting[Boolean] =BooleanSetting(ForkSetting, "Ydetailed-stats", "Show detailed internal compiler stats (needs Stats.enabled to be set to true).")
379
-
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")
379
+
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", "", "underscores"), "disable", legacyArgs =true)
380
380
valYprintPos:Setting[Boolean] =BooleanSetting(ForkSetting, "Yprint-pos", "Show tree positions.")
381
381
valYprintPosSyms:Setting[Boolean] =BooleanSetting(ForkSetting, "Yprint-pos-syms", "Show symbol definitions positions.")
382
382
valYnoDeepSubtypes:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-deep-subtypes", "Throw an exception on deep subtyping call stacks.")
0 commit comments