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(ForkSetting, "YdisableFlatCpCaching", "Do not cache flat classpath representation of classpath elements from jars across compiler instances.")
398
398
valYnoStdlibPatches:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-stdlib-patches", "Do not patch stdlib files (temporary and only to be used for the stdlib migration)", false)
399
399
400
+
valYnoReporter:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-reporter", "Diagnostics are silently consumed")
401
+
400
402
valYscala2Unpickler:Setting[String] =StringSetting(ForkSetting, "Yscala2-unpickler", "", "Control where we may get Scala 2 symbols from. This is either \"always\", \"never\", or a classpath.", "always")
401
403
402
404
valYnoImports:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-imports", "Compile without importing scala.*, java.lang.*, or Predef.")
0 commit comments