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
valsilentWarnings:Setting[Boolean] =BooleanSetting("-nowarn", "Silence all warnings.", aliases =List("--no-warnings"))
43
-
valfromTasty:Setting[Boolean] =BooleanSetting("-from-tasty", "Accept only sources from tasty files. The arguments are .tasty or .jar files.", aliases =List("--from-tasty"))
44
43
45
44
/** Other settings */
46
45
valencoding:Setting[String] =StringSetting("-encoding", "encoding", "Specify character encoding used by source files.", Properties.sourceEncoding, aliases =List("--encoding"))
@@ -114,6 +113,7 @@ class ScalaSettings extends Settings.SettingGroup with CommonScalaSettings {
114
113
valuniqid:Setting[Boolean] =BooleanSetting("-uniqid", "Uniquely tag all identifiers in debugging output.", aliases =List("--unique-id"))
115
114
vallanguage:Setting[List[String]] =MultiStringSetting("-language", "feature", "Enable one or more language features.", aliases =List("--language"))
116
115
valrewrite:Setting[Option[Rewrites]] =OptionSetting[Rewrites]("-rewrite", "When used in conjunction with a `...-migration` source version, rewrites sources to migrate to new version.", aliases =List("--rewrite"))
116
+
valfromTasty:Setting[Boolean] =BooleanSetting("-from-tasty", "Compile classes from tasty files. The arguments are .tasty or .jar files.", aliases =List("--from-tasty"))
117
117
118
118
valnewSyntax:Setting[Boolean] =BooleanSetting("-new-syntax", "Require `then` and `do` in control expressions.")
119
119
valoldSyntax:Setting[Boolean] =BooleanSetting("-old-syntax", "Require `(...)` around conditions.")
0 commit comments