test: refactor the code in test-util-debug.js#10531
test: refactor the code in test-util-debug.js#10531sivaprs wants to merge 1 commit intonodejs:masterfrom
Conversation
|
FYI your Github name is set to # To change it everywhere:
git config --global user.name "Siva Prasanna"
# To change it for this one commit:
git commit --amend --no-edit --author="Siva Prasanna <sivaprasanna@gmail.com>"Whoever lands this Pull Request can do it for you as part of the landing process instead if you'd like. If you don't want to change it that's totally fine too! |
test/sequential/test-util-debug.js
Outdated
There was a problem hiding this comment.
Can you remove all the console.logs while you are here?
test/sequential/test-util-debug.js
Outdated
There was a problem hiding this comment.
You missed one here :)
There was a problem hiding this comment.
console.log('ok') is expected to be there because it has check at line no. 49
|
@sivaprs, it looks like something went wrong during the rebase process. This is now 17 commits. |
test/sequential/test-util-debug.js
Outdated
There was a problem hiding this comment.
Please change anonymous functions to arrow functions
edsadr
left a comment
There was a problem hiding this comment.
Please change anonymous functions to arrow functions
test/sequential/test-util-debug.js
Outdated
There was a problem hiding this comment.
Please change anonymous functions to arrow functions
test/sequential/test-util-debug.js
Outdated
There was a problem hiding this comment.
Please change anonymous functions to arrow functions
|
@edsadr I don't think changing anonymous functions to arrow functions is required, you can do it if you want, but it's not actually necessary. |
* use const and let instead of var * use assert.strictEqual instead of assert.equal * use arrow functions * removed unwanted console log
|
@cjihrig I rebased now. PTAL. |
* use const and let instead of var * use assert.strictEqual instead of assert.equal * use arrow functions * removed unwanted console log PR-URL: #10531 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
|
Landed in 8839d50 |
* use const and let instead of var * use assert.strictEqual instead of assert.equal * use arrow functions * removed unwanted console log PR-URL: nodejs#10531 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
* use const and let instead of var * use assert.strictEqual instead of assert.equal * use arrow functions * removed unwanted console log PR-URL: nodejs#10531 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
* use const and let instead of var * use assert.strictEqual instead of assert.equal * use arrow functions * removed unwanted console log PR-URL: #10531 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
* use const and let instead of var * use assert.strictEqual instead of assert.equal * use arrow functions * removed unwanted console log PR-URL: nodejs#10531 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
* use const and let instead of var * use assert.strictEqual instead of assert.equal * use arrow functions * removed unwanted console log PR-URL: nodejs#10531 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
|
This will need backport URLs for v4 and v6 to land there. |
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test
Description