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
We printed by mistake in color when the color flag was set.
This was an unintetional change that happend when intinifying this operation.
Fixesscala#13181
We printed by mistake in color when the color flag was set.
This was an unintetional change that happend when intinifying this operation.
Fixesscala#13181
We printed by mistake in color when the color flag was set.
This was an unintetional change that happend when intinifying this operation.
Fixesscala#13181
Compiler version
3.0.{0,1,3-RC1-bin-20210727-b902516-NIGHTLY}
Minimized code
Output
Expectation
Comments
-Xprint
shows the string (colorized once)(The
\033
is an octal, I'll open another issue for that.)sbt console
printsval res0: String = 31m10m.+(31m20m)
(note the missing[
at the beginning)[31m1[[31m0m.+([[31m31m2[[31m0m)
(resp.[[31m31m1[[31m0m.+([[31m31m2[[31m0m)
)The text was updated successfully, but these errors were encountered: