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
valVprofile:Setting[Boolean] =BooleanSetting(VerboseSetting, "Vprofile", "Show metrics about sources and internal representations to estimate compile-time complexity.")
153
153
valVprofileSortedBy=ChoiceSetting(VerboseSetting, "Vprofile-sorted-by", "key", "Show metrics about sources and internal representations sorted by given column name", List("name", "path", "lines", "tokens", "tasty", "complexity"), "")
valWhelp:Setting[Boolean] =BooleanSetting(WarningSetting, "W", "Print a synopsis of warning options.")
164
-
valWerror:Setting[Boolean] =BooleanSetting(WarningSetting, "Werror", "Fail the compilation if there are any warnings.", aliases =List("-Xfatal-warnings"))
164
+
valWerror:Setting[Boolean] =BooleanSetting(WarningSetting, "Werror", "Fail the compilation if there are any warnings.", aliases =List("-Xfatal-warnings*"))
165
165
valWall:Setting[Boolean] =BooleanSetting(WarningSetting, "Wall", "Enable all warning settings.")
166
166
privatevalWvalueDiscard:Setting[Boolean] =BooleanSetting(WarningSetting, "Wvalue-discard", "Warn when non-Unit expression results are unused.")
167
167
privatevalWNonUnitStatement=BooleanSetting(WarningSetting, "Wnonunit-statement", "Warn when block statements are non-Unit expressions.")
valXdebugMacros:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xdebug-macros", "Show debug info when quote pattern match fails")
362
362
363
363
/** Pipeline compilation options */
364
-
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)
365
-
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)
366
-
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"))
364
+
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)
365
+
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)
366
+
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*"))
0 commit comments