-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Change callback to ES6 style #24513
Change callback to ES6 style #24513
Conversation
@Trott What do you think now? |
earlier CI run was aborted. new CI: https://ci.nodejs.org/job/node-test-pull-request/18879/ |
@jamesgeorge007 If you could rebase out the merge commit here, that could help – our CI doesn’t play well with those. CI (rebasing disabled): https://ci.nodejs.org/job/node-test-pull-request/18890/ |
da24ccb
to
8e3c6e6
Compare
8e3c6e6
to
b32c5f0
Compare
@addaleax My working tree became dirty. Hence, I had to close the PR and reopen it again. |
@jamesgeorge007 Hm … I think the linter failure from https://travis-ci.com/nodejs/node/jobs/160538871 is real:
|
2947c85
to
d32d64c
Compare
2aa26f9
to
fbce410
Compare
17a9ef5
to
b62fe77
Compare
cdb949f
to
dee06f8
Compare
add newline at EOF 👍 Add EOF 👍 fix 👍 fix 👍 fix 👍
dee06f8
to
b210dc2
Compare
landed as afab340 thank you @jamesgeorge007 for the contribution! Wish you great success with continued contribution to this project, if you are further interested please have a look at https://www.nodetodo.org/next-steps |
PR-URL: #24513 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
👍 |
@jamesgeorge007 - don't worry; your code is landed as afab340 into the repo, and you have become a contributor in the project. |
PR-URL: #24513 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24513 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: nodejs#24513 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24513 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24513 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Converted the es5 functions present within the
test/pummel/test-net-pause.js
to arrow (es6) functions which is more concise.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes