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
valXmacroSettings:Setting[List[String]] =MultiStringSetting(AdvancedSetting, "Xmacro-settings", "setting1,setting2,..settingN", "List of settings which exposed to the macros")
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
472
474
valYnoGenericSig:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-generic-signatures", "Suppress generation of generic signatures for Java.", deprecation =Some(Deprecation("Use -Xno-generic-signatures instead.", "-Xno-generic-signatures")))
475
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
473
476
valYdumpclasses:Setting[String] =StringSetting(ForkSetting, "Ydump-classes", "dir", "Dump the generated bytecode to .class files (useful for reflective compilation that utilizes in-memory classloaders).", default ="", deprecation =Some(Deprecation("Use -Xdump-classes instead.", "-Xdump-classes")))
477
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
474
478
valYjarCompressionLevel:Setting[Int] =IntChoiceSetting(ForkSetting, "Yjar-compression-level", "compression level to use when writing jar files", Deflater.DEFAULT_COMPRESSION to Deflater.BEST_COMPRESSION, Deflater.DEFAULT_COMPRESSION, deprecation =Some(Deprecation("Use -Xjar-compression-level instead.", "-Xjar-compression-level")))
479
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
475
480
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, deprecation =Some(Deprecation("Use -Xkind-projector instead.", "-Xkind-projector")))
481
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
479
488
valYnoDecodeStacktraces:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-decode-stacktraces", "Show raw StackOverflow stacktraces, instead of decoding them into triggering operations.", deprecation =Some(Deprecation("Use -Xno-decode-stacktraces instead.", "-Xno-decode-stacktraces")))
489
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
480
490
valYnoEnrichErrorMessages:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-enrich-error-messages", "Show raw error messages, instead of enriching them with contextual information.", deprecation =Some(Deprecation("Use -Xno-enrich-error-messages instead.", "-Xno-enrich-error-messages")))
491
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
481
492
valYdebugMacros:Setting[Boolean] =BooleanSetting(ForkSetting, "Ydebug-macros", "Show debug info when quote pattern match fails", deprecation =Some(Deprecation("Use -Xdebug-macros instead.", "-Xdebug-macros")))
493
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
482
494
valYjavaTasty:Setting[Boolean] =BooleanSetting(ForkSetting, "Yjava-tasty", "Pickler phase should compute TASTy for .java defined symbols for use by build tools", aliases =List("-Ypickle-java"), preferPrevious =true, deprecation =Some(Deprecation("Use -Xjava-tasty instead.", "-Xjava-tasty")))
495
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
483
496
valYearlyTastyOutput:Setting[AbstractFile] =OutputSetting(ForkSetting, "Yearly-tasty-output", "directory|jar", "Destination to write generated .tasty files to for use in pipelined compilation.", NoAbstractFile, aliases =List("-Ypickle-write"), preferPrevious =true, deprecation =Some(Deprecation("Use -Xearly-tasty-output instead.", "-Xearly-tasty-output")))
497
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
484
498
valYallowOutlineFromTasty:Setting[Boolean] =BooleanSetting(ForkSetting, "Yallow-outline-from-tasty", "Allow outline TASTy to be loaded with the -from-tasty option.", deprecation =Some(Deprecation("Use -Xallow-outline-from-tasty instead.", "-Xallow-outline-from-tasty")))
485
499
486
500
// Deprecated: lifted from -Y to -W
501
+
@deprecated(message ="Lifted to -W, Scheduled for removal in 3.6.0", since ="3.5.0")
0 commit comments