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 May 10, 2023. It is now read-only.
When using the latest version of ink, ansi color codes from ultra test output render as their escape values, rather than the colors. Downgrading Ink to 0.9.0 fixes this issue. It looks like they switched to a new ANSI conversion library in this commit.
I'm not sure if the problem is in proto-repl, but I figured you might be able to help point me in the right direction. Colors from proto-repl output seem to render fine (like the blue in Refreshing code...).
Example Output
Refreshing code...
No user namespace defined. Defaulting to clojure.tools.namespace.repl/refresh.
:reloading (ink-example.show-ansi-problem-test)
Refresh complete
Testing ink-example.show-ansi-problem-test
�[31m
FAIL�[0m in (show-error) (show_ansi_problem_test.clj:50)
when the test is called and destined to fail
expected: �[31m(�[0m�[34mtrue?�[0m �[36mfalse�[0m�[31m)�[0m
actual: �[36mfalse�[0m
Ran 1 tests containing 3 assertions.
1 failures, 0 errors.
ink-example.show-ansi-problem-test=>
{:type :summary, :fail 1, :error 0, :pass 2, :test 1}
Looks like this was fixed here JunoLab/atom-ink#175. They do mention that they're moving to a new version of console and that the current one won't be maintained for much longer.
When using the latest version of ink, ansi color codes from
ultra
test output render as their escape values, rather than the colors. Downgrading Ink to 0.9.0 fixes this issue. It looks like they switched to a new ANSI conversion library in this commit.I'm not sure if the problem is in
proto-repl
, but I figured you might be able to help point me in the right direction. Colors fromproto-repl
output seem to render fine (like the blue inRefreshing code...
).Example Output
Package Versions
The text was updated successfully, but these errors were encountered: