github/janky

Fold/filter build output

robrix opened this issue · 1 comments

Folding/filtering compiles/etc to allow you to see just the compiler/test errors but reveal the rest on demand would be lovely.

We have xctool output which can be long and it would be good to highlight the failures.

Two ideas so far are an xctool formatter (would be implemented external to Janky), or pre-generating html in the Jenkins job from the xctool output then having the failures expanded and everything else collapsed for quicker skimming (with Janky to support receiving html output).

I’ll think on this some more.