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")
471
473
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")))
474
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
472
475
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")))
476
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
473
477
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")))
478
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
474
479
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")))
480
+
@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")
478
487
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")))
488
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
479
489
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")))
490
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
480
491
valYdebugMacros:Setting[Boolean] =BooleanSetting(ForkSetting, "Ydebug-macros", "Show debug info when quote pattern match fails", deprecation =Some(Deprecation("Use -Xdebug-macros instead.", "-Xdebug-macros")))
492
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
481
493
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")))
494
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
482
495
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")))
496
+
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
483
497
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")))
484
498
485
499
// Deprecated: lifted from -Y to -W
500
+
@deprecated(message ="Lifted to -W, Scheduled for removal in 3.6.0", since ="3.5.0")
0 commit comments