Uh oh!
There was an error while loading. Please reload this page.
lib,test,benchmark: simplify code with String.prototype.repeat() - #5359
lib,test,benchmark: simplify code with String.prototype.repeat()#5359JacksonTian wants to merge 1 commit into
Conversation
JacksonTian
commented
Feb 22, 2016
like #5311 . |
mscdex
commented
Feb 22, 2016
mscdex
commented
Feb 22, 2016
Linter failed: |
mscdex
commented
Feb 22, 2016
Also this test is failing on all platforms: |
00753aa to
34c6b03CompareJacksonTian
commented
Feb 22, 2016
Hi @mscdex , I updated the PR. |
mscdex
commented
Feb 22, 2016
mscdex
commented
Feb 22, 2016
CI is all green |
targos
commented
Feb 22, 2016
LGTM |
use String.prototype.repeat() to simplify code, less code, more semantically.
JacksonTian
commented
Mar 2, 2016
Rebased with master. |
jasnell
commented
Mar 2, 2016
LGTM |
use String.prototype.repeat() to simplify code, less code, more semantically. PR-URL: #5359 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell
commented
Mar 21, 2016
Landed in 4d78121 |
Trott
commented
Mar 22, 2016
@jasnell Landing this has broken |
Trott
commented
Mar 22, 2016
I'll put together a fix unless someone beats me to it. |
JacksonTian
commented
Mar 22, 2016
I am sorry, Let me fix it. @Trott . |
Trott
commented
Mar 22, 2016
I already opened #5840, but thanks! |
Trott
commented
Mar 22, 2016
(And no worries, this isn't the first time this sort of thing has happened, the problem is our process not anything you did wrong.) |
jasnell
commented
Mar 22, 2016
Yep, not your fault at all @JacksonTian ... I'm the one who missed the step. I saw the green CI without checking the date and forgot to run |
Trott
commented
Mar 22, 2016
Yeah, we've got a lot of opportunities for automation, for sure. |
use String.prototype.repeat() to simplify code, less code, more semantically. PR-URL: #5359 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins
commented
Mar 30, 2016
I've manually added the linting changes while backporting. @Trott I've marked your linting PR as don't land on v4 |
use String.prototype.repeat() to simplify code, less code, more semantically. PR-URL: #5359 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
use String.prototype.repeat() to simplify code, less code, more semantically. PR-URL: #5359 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
use String.prototype.repeat() to simplify code, less code, more
semantically.