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