Skip to content

REPL :type command sometimes prints color highlighting characters literally #10615

Closed
@deanwampler

Description

@deanwampler

Minimized code

At the REPL prompt:

:type if (true) 1.0 else 2L

Output

(31m1.00m : Double) | (31m2L0m : Long)

Expectation

(1.0 : Double) | (2L : Long)

I observed this on OS X Catalina,, in both Terminal and iTerm.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions