Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upChange callback to ES6 style #24513
Conversation
nodejs-github-bot
added
the
test
label
Nov 20, 2018
BridgeAR
approved these changes
Nov 20, 2018
cjihrig
approved these changes
Nov 20, 2018
jasnell
approved these changes
Nov 21, 2018
gireeshpunathil
added
the
code-and-learn
label
Nov 21, 2018
Trott
reviewed
Nov 21, 2018
test/pummel/test-net-pause.js Outdated
This comment has been minimized.
This comment has been minimized.
|
@Trott What do you think now? |
gireeshpunathil
approved these changes
Nov 22, 2018
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
earlier CI run was aborted. new CI: https://ci.nodejs.org/job/node-test-pull-request/18879/ |
addaleax
dismissed
Trott’s
stale review
Nov 23, 2018
addressed
This comment has been minimized.
This comment has been minimized.
|
@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/ |
jamesgeorge007
force-pushed the
jamesgeorge007:patch-1
branch
from
da24ccb
to
8e3c6e6
Nov 23, 2018
jamesgeorge007
closed this
Nov 23, 2018
jamesgeorge007
force-pushed the
jamesgeorge007:patch-1
branch
from
8e3c6e6
to
b32c5f0
Nov 23, 2018
jamesgeorge007
reopened this
Nov 23, 2018
This comment has been minimized.
This comment has been minimized.
|
@addaleax My working tree became dirty. Hence, I had to close the PR and reopen it again. |
This comment has been minimized.
This comment has been minimized.
|
@jamesgeorge007 Hm … I think the linter failure from https://travis-ci.com/nodejs/node/jobs/160538871 is real:
|
This comment has been minimized.
This comment has been minimized.
addaleax
added
the
author ready
label
Nov 24, 2018
jamesgeorge007
force-pushed the
jamesgeorge007:patch-1
branch
2 times, most recently
from
2947c85
to
d32d64c
Nov 24, 2018
This comment has been minimized.
This comment has been minimized.
trivikr
approved these changes
Nov 24, 2018
jamesgeorge007
force-pushed the
jamesgeorge007:patch-1
branch
from
2aa26f9
to
fbce410
Nov 24, 2018
This comment has been minimized.
This comment has been minimized.
jamesgeorge007
force-pushed the
jamesgeorge007:patch-1
branch
3 times, most recently
from
17a9ef5
to
b62fe77
Nov 24, 2018
Trott
reviewed
Nov 25, 2018
test/pummel/test-net-pause.js Outdated
Trott
removed
the
author ready
label
Nov 25, 2018
jamesgeorge007
force-pushed the
jamesgeorge007:patch-1
branch
3 times, most recently
from
cdb949f
to
dee06f8
Nov 25, 2018
jamesgeorge007
force-pushed the
jamesgeorge007:patch-1
branch
from
dee06f8
to
b210dc2
Nov 25, 2018
jamesgeorge007
changed the title
Convert functions to es6 style
Change callback to ES6 style
Nov 25, 2018
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
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 |
gireeshpunathil
closed this
Nov 25, 2018
gireeshpunathil
added a commit
that referenced
this pull request
Nov 25, 2018
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
@jamesgeorge007 - don't worry; your code is landed as afab340 into the repo, and you have become a contributor in the project. |
jamesgeorge007 commentedNov 20, 2018
•
edited
Converted the es5 functions present within the
test/pummel/test-net-pause.jsto arrow (es6) functions which is more concise.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes