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("-Ydebug-macros", "Show debug info when quote pattern match fails")
442
442
443
443
// Pipeline compilation options
444
-
valYjavaTasty:Setting[Boolean] =BooleanSetting("-Yjava-tasty", "Pickler phase should compute pickles for .java defined symbols for use by build tools", aliases =List("-Ypickle-java"))
445
-
valYearlyTastyOutput:Setting[AbstractFile] =OutputSetting("-Yearly-tasty-output", "directory|jar", "Destination for generated .tasty files containing possibly outline type signatures.", NoAbstractFile, aliases =List("-Ypickle-write"))
444
+
valYjavaTasty:Setting[Boolean] =BooleanSetting("-Yjava-tasty", "Pickler phase should compute pickles for .java defined symbols for use by build tools", aliases =List("-Ypickle-java"), preferPrevious =true)
445
+
valYearlyTastyOutput:Setting[AbstractFile] =OutputSetting("-Yearly-tasty-output", "directory|jar", "Destination for generated .tasty files containing possibly outline type signatures.", NoAbstractFile, aliases =List("-Ypickle-write"), preferPrevious =true)
446
446
valYallowOutlineFromTasty:Setting[Boolean] =BooleanSetting("-Yallow-outline-from-tasty", "Allow outline TASTy to be loaded with the -from-tasty option.")
0 commit comments