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
{{ message }}
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
I'm trying to run tut code within a REPL in :power mode so I can set things like vals.isettings.maxPrintString, which help me customize the tut output. Usually, having scalacOptions in (Compile, console) += "-Dscala.repl.power" makes the REPL start automatically in power mode, but when I do tutScalacOptions += "-Dscala.repl.power" the option doesn't seem to work.
Am I doing something wrong? Is there any other way I can have access to power mode in tut?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to run tut code within a REPL in
:power
mode so I can set things likevals.isettings.maxPrintString
, which help me customize the tut output. Usually, havingscalacOptions in (Compile, console) += "-Dscala.repl.power"
makes the REPL start automatically in power mode, but when I dotutScalacOptions += "-Dscala.repl.power"
the option doesn't seem to work.Am I doing something wrong? Is there any other way I can have access to power mode in tut?
The text was updated successfully, but these errors were encountered: