We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scala 2.13
This bug report originated with scala-cli where there are screen shots and a detailed discussion.
To Reproduce this, either of these command lines in a Windows terminal results in a REPL with no color by default.
Windows
scala-cli -S 2.13.15 /opt/scala-2.13/bin/scala
Output should be colored, like sbt console, and like scala 3.x.
sbt console
scala 3.x
Scala version: 2.13.x
2.13.x
This default behavior was deemed appropriate for Windows in 2017, but seems less so now. see scala/scala#5663
The text was updated successfully, but these errors were encountered:
Created scala/scala#10979 to change the default behavior of auto in Windows.
auto
Sorry, something went wrong.
philwalk
No branches or pull requests
This bug report originated with scala-cli where there are screen shots and a detailed discussion.
Reproduction steps
To Reproduce this, either of these command lines in a
Windows
terminal results in a REPL with no color by default.Expected behaviour
Output should be colored, like
sbt console
, and likescala 3.x
.Scala version:
2.13.x
Problem
This default behavior was deemed appropriate for
Windows
in 2017, but seems less so now.see scala/scala#5663
The text was updated successfully, but these errors were encountered: