| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Linter failed: /usr/home/iojs/build/workspace/node-test-linter/test/parallel/test-buffer.js 684:7 error 's' is never modified, use 'const' instead prefer-const |
Sorry, something went wrong.
|
Also this test is failing on all platforms: not ok 170 test-debugger-util-regression.js
#
# assert.js:89
# throw new assert.AssertionError({
# ^
# AssertionError: the program should not hang
# at Object.exports.fail (/home/iojs/build/workspace/node-test-commit-linux/nodes/centos5-32/test/common.js:453:10)
# at fail [as _onTimeout] (/home/iojs/build/workspace/node-test-commit-linux/nodes/centos5-32/test/parallel/test-debugger-util-regression.js:23:10)
# at Timer.listOnTimeout (timers.js:92:15)
|
Sorry, something went wrong.
|
Hi @mscdex , I updated the PR. |
Sorry, something went wrong.
Sorry, something went wrong.
|
CI is all green |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
use String.prototype.repeat() to simplify code, less code, more semantically.
|
Rebased with master. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
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 Landing this has broken make test because the linter is failing. CI was last run on this more than 4 weeks ago and some rules have been tightened since then. :-( |
Sorry, something went wrong.
|
I'll put together a fix unless someone beats me to it. |
Sorry, something went wrong.
|
I am sorry, Let me fix it. @Trott . |
Sorry, something went wrong.
|
(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.) |
Sorry, something went wrong.
|
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 make lint locally before I pushed. It happens, unfortunately. |
Sorry, something went wrong.
|
Yeah, we've got a lot of opportunities for automation, for sure. |
Sorry, something went wrong.
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>
|
I've manually added the linting changes while backporting. @Trott I've marked your linting PR as don't land on v4 |
Sorry, something went wrong.
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>
| Back | FazBrowse Home | New Git URL |
use String.prototype.repeat() to simplify code, less code, more
semantically.