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