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
valXverifySignatures:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xverify-signatures", "Verify generic signatures in generated bytecode.")
336
336
valXignoreScala2Macros:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xignore-scala2-macros", "Ignore errors when compiling code that calls Scala2 macros, these will fail at runtime.")
337
337
valXimportSuggestionTimeout:Setting[Int] =IntSetting(AdvancedSetting, "Ximport-suggestion-timeout", "Timeout (in ms) for searching for import suggestions when errors are reported.", 8000)
338
+
valXpatmatAnalysisTimeout:Setting[Int] =IntSetting(AdvancedSetting, "Xpatmat-analysis-timeout", "Timeout (in ms) for match analysis.", 8*1000) // 8s
338
339
valXsemanticdb:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xsemanticdb", "Store information in SemanticDB.", aliases =List("-Ysemanticdb"))
339
340
valXuncheckedJavaOutputVersion:Setting[String] =ChoiceSetting(AdvancedSetting, "Xunchecked-java-output-version", "target", "Emit bytecode for the specified version of the Java platform. This might produce bytecode that will break at runtime. Corresponds to -target flag in javac. When on JDK 9+, consider -java-output-version as a safer alternative.", ScalaSettingsProperties.supportedTargetVersions, "", aliases =List("-Xtarget", "--Xtarget"))
340
341
valXcheckMacros:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xcheck-macros", "Check some invariants of macro generated code while expanding macros", aliases =List("--Xcheck-macros"))
0 commit comments