-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
No colours in the REPL? #11548
Comments
@som-snytt does this ring a bell? |
|
This feature will be available only in Scala EE henceforth. |
Started working on this, here's a WIP for Scala EE license checking: scala/scala@ |
Has anyone looked into the actual bug? Possibly related to the changes in JLine initialization (#11654)? |
Let's first get the jline3 upgrade merged and then see about this. |
Guillaume's image link went 404, so I took the liberty of replacing it. |
it regressed between 2.13.0-M1 and 2.13.0-M2 and not much else was merged for M2 besides scala/scala#5903 at which Adriaan writes:
so, apparently a refactoring casualty rather than a “bug” per se |
Obviously Adriaan jinxed it. |
note that "syntax highlighting" is a rather exalted way of describing what was lost here. |
The release notes will highlight the lost syntax. |
Specifically scala/scala@8f0d3e3#diff-f88a96d04dbf5e7a4696d36043d15464L116 |
It looks to me like there are no more colours in the REPL:
Using
-Dscala.color=true
doesn't fix it either.The text was updated successfully, but these errors were encountered: