mattsears/nyan-cat-formatter

Wraps lines with too many tests

Closed this issue · 6 comments

Around >= 170 tests the lines start wrapping and now it's not a single line group but lots of them which scroll to the bottom with any new text.
I'm running this on zsh inside tmux.
Any clues?

MRI or JRuby?

Have you tried the --format NyanCatWideFormatter option?

Interesting, I haven't. I'll report back to you. It's MRI though.

On Fri, Jun 7, 2013 at 10:55 AM, Matt Sears notifications@github.comwrote:

MRI or JRuby?

Have you tried the --format NyanCatWideFormatter option?


Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-19111934
.

Best Regards,

Adrian Perez
http://www.adrianperez.org
Twitter: @blackxored | Skype: blackxored | Google Voice: (559) 744 3201

fny commented

Same thing happens here with MRI:

screen shot 2013-11-04 at 11 51 51 am

The wide formatter works but isn't nearly as satisfying.

fny commented

It looks like commit 1916ff1 caused this. Everything prior works.

Yeah, I would like to revert back to the way it was. Originally it was put in to speed up performance (because it re-cacluated the terminal width each test), but I don't think it was enough to justify the change.

👍