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
valXprintSuspension:Setting[Boolean] =BooleanSetting("-Xprint-suspension", "Show when code is suspended until macros are compiled.")
222
223
valXprompt:Setting[Boolean] =BooleanSetting("-Xprompt", "Display a prompt after each error (debugging option).")
223
224
valXreplDisableDisplay:Setting[Boolean] =BooleanSetting("-Xrepl-disable-display", "Do not display definitions in REPL.")
224
-
valXreplMaxPrintElements:Setting[Int] =IntSetting("-Xrepl-max-print-elements", "Number of elements to be printed before output is truncated.", 1000)
225
225
valXverifySignatures:Setting[Boolean] =BooleanSetting("-Xverify-signatures", "Verify generic signatures in generated bytecode.")
226
226
valXignoreScala2Macros:Setting[Boolean] =BooleanSetting("-Xignore-scala2-macros", "Ignore errors when compiling code that calls Scala2 macros, these will fail at runtime.")
227
227
valXimportSuggestionTimeout:Setting[Int] =IntSetting("-Ximport-suggestion-timeout", "Timeout (in ms) for searching for import suggestions when errors are reported.", 8000)
0 commit comments