Closed
Bug 1463216
Opened 7 years ago
Closed 7 years ago
The LogViewer should format unicode colors
Categories
(Taskcluster :: UI, enhancement)
Taskcluster
UI
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: jlast, Unassigned)
Details
Attachments
(1 file)
260.91 KB,
image/png
|
Details |
It is really nice how circle ci and travis ci will format the output as it would appear in the terminal.
Would it be possible to do the same in the log viewer?
Comment 1•7 years ago
|
||
We use the same ANSI parsing logic that Travis CI uses:
https://github.com/mozilla-frontend-infra/react-lazylog/blob/master/src/ansiparse.js
Was there a place where this wasn't working properly?
Comment 2•7 years ago
|
||
Worth noting, Unicode does not define colors (at least, not the way ANSI does -- I think there are some combining characters for things like skin color of human representations, but that's something totally different)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•6 years ago
|
Component: Tools → UI and Tools
You need to log in
before you can comment on or make changes to this bug.
Description
•