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
valYdisableFlatCpCaching:Setting[Boolean] =BooleanSetting("-YdisableFlatCpCaching", "Do not cache flat classpath representation of classpath elements from jars across compiler instances.")
378
378
379
379
valYscala2Unpickler:Setting[String] =StringSetting("-Yscala2-unpickler", "", "Control where we may get Scala 2 symbols from. This is either \"always\", \"never\", or a classpath.", "always")
380
+
valYnoReporter:Setting[Boolean] =BooleanSetting("Yno-reporter", "Diagnostics are silently consumed")
380
381
381
382
valYnoImports:Setting[Boolean] =BooleanSetting("-Yno-imports", "Compile without importing scala.*, java.lang.*, or Predef.")
382
383
valYimports:Setting[List[String]] =MultiStringSetting("-Yimports", helpArg="", "Custom root imports. If set, none of scala.*, java.lang.*, or Predef.* will be imported unless explicitly included.")
0 commit comments