-color
isn't respected for non-scalac
output
#1392
Labels
bug
Something isn't working
scalac compatibility
Issues tied with compatibility with the scalac (compiler) command.
spree
Version(s)
0.1.14
Describe the bug
Passing
-O -color
is only respected for rawscalac
unaltered scala compiler outputs.It is ignored in all other cases.
To Reproduce
The
error
keyword in the output will be colored red, despite the-O -color -O never
Example for when it is respected
This produces raw
scalac
output and the-color
option is, indeed, respected here.Expected behaviour
-color
should be respected at all times for allscala-cli
outputs.additionally, it shouldn't require passing it through
-O
The text was updated successfully, but these errors were encountered: