sprucedev / DockCI

CI, but with that all important Docker twist
ISC License
14 stars 5 forks source link

ANSII sequences split over multiple stream structures are not displayed correctly #64

Open RickyCook opened 9 years ago

RickyCook commented 9 years ago

https://trello.com/c/EIT75VQC/68-bug-ansii-sequences-split-over-multiple-stream-structures-are-not-displayed-correctly

When the UI calls dockerBuildLine, on some {'stream':} content, it will ansi_to_html that content. This works until an ANSII sequence is started, and spans multiple stream objects, because the formatting is "reset" after each.

RickyCook commented 9 years ago

Possibly fixed with #182