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
valYdebugMacros:Setting[Boolean] =BooleanSetting(ForkSetting, "Ydebug-macros", "Show debug info when quote pattern match fails")
441
441
442
442
// Pipeline compilation options
443
-
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"))
444
-
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"))
443
+
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)
444
+
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)
445
445
valYallowOutlineFromTasty:Setting[Boolean] =BooleanSetting(ForkSetting, "Yallow-outline-from-tasty", "Allow outline TASTy to be loaded with the -from-tasty option.")
0 commit comments