Uh oh!
There was an error while loading. Please reload this page.
test_runner: display dot report as wide as the terminal width - #48038
Conversation
nodejs-github-bot
commented
May 16, 2023
Review requested:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Moshe Atlow <moshe@atlow.co.il>
nodejs-github-bot
commented
May 19, 2023
nodejs-github-bot
commented
May 19, 2023
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
nodejs-github-bot
commented
May 21, 2023
nodejs-github-bot
commented
May 21, 2023
| yield 'X'; | ||
| } | ||
| if ((type === 'test:fail' || type === 'test:pass') && ++count % 20 === 0) { | ||
| if ((type === 'test:fail' || type === 'test:pass') && ++count === columns) { |
There was a problem hiding this comment.
Could the ++count === columns be nested inside of the top level if? That way we only need to call getLineLength() once from there.
There was a problem hiding this comment.
The need to call again is in case of resize of the terminal
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: cjihrig <cjihrig@gmail.com>
Co-authored-by: cjihrig <cjihrig@gmail.com>
nodejs-github-bot
commented
May 22, 2023
nodejs-github-bot
commented
May 23, 2023
nodejs-github-bot
commented
May 23, 2023
Landed in 7e0c12f |
PR-URL: #48038 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #48038 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#48038 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#48038 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#48038 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
I had a problem with PR #47901 so recreating it