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
valXdebugMacros:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xdebug-macros", "Show debug info when quote pattern match fails")
341
341
342
342
/** Pipeline compilation options */
343
-
valXjavaTasty:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xjava-tasty", "Pickler phase should compute TASTy for .java defined symbols for use by build tools", aliases =List("-Xpickle-java"), preferPrevious =true)
344
-
valXearlyTastyOutput:Setting[AbstractFile] =OutputSetting(AdvancedSetting, "Xearly-tasty-output", "directory|jar", "Destination to write generated .tasty files to for use in pipelined compilation.", NoAbstractFile, aliases =List("-Xpickle-write"), preferPrevious =true)
345
-
valXallowOutlineFromTasty:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xallow-outline-from-tasty", "Allow outline TASTy to be loaded with the -from-tasty option.")
343
+
valXjavaTasty:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xjava-tasty", "Pickler phase should compute TASTy for .java defined symbols for use by build tools", aliases =List("-Xpickle-java", "-Yjava-tasty", "-Ypickle-java"), preferPrevious =true)
344
+
valXearlyTastyOutput:Setting[AbstractFile] =OutputSetting(AdvancedSetting, "Xearly-tasty-output", "directory|jar", "Destination to write generated .tasty files to for use in pipelined compilation.", NoAbstractFile, aliases =List("-Xpickle-write", "-Yearly-tasty-output", "-Ypickle-write"), preferPrevious =true)
345
+
valXallowOutlineFromTasty:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xallow-outline-from-tasty", "Allow outline TASTy to be loaded with the -from-tasty option.", aliases =List("-Yallow-outline-from-tasty"))
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
490
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
491
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")
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")
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")
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")))
492
+
493
+
// @deprecated(message = "Lifted to -X, Scheduled for removal in 3.8.0", since = "3.7.0")
494
+
// val YjavaTasty: 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.8.0", since = "3.7.0")
496
+
// val YearlyTastyOutput: 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.8.0", since = "3.7.0")
498
+
// val YallowOutlineFromTasty: 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")))
498
499
499
500
// Deprecated: lifted from -Y to -W
500
501
@deprecated(message ="Lifted to -W, Scheduled for removal in 3.6.0", since ="3.5.0")
0 commit comments