Uh oh!
There was an error while loading. Please reload this page.
test : refactor parallel/test-tls-async-cb-after-socket-end - #18985
test : refactor parallel/test-tls-async-cb-after-socket-end#18985juggernaut451 wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Since the callback is empty it can be omitted from common.mustCall().
There was a problem hiding this comment.
I meant that this could be just common.mustCall().
There was a problem hiding this comment.
sorry wrong interpreted
There was a problem hiding this comment.
fixed :) Thanks for pointing out
There was a problem hiding this comment.
Nit: it would be great to remove this line again.
davisokoth
left a comment
There was a problem hiding this comment.
Code looks good. Kindly consider squashing this into one commit (https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#commit-squashing)
fhinkel
commented
Mar 15, 2018
LGTM with @davisokoth 's comment about squashing. |
c4ce57a to
855826fComparejuggernaut451
commented
Mar 17, 2018
change made :) |
trivikr
commented
Mar 26, 2018
trivikr
commented
Mar 26, 2018
CI is failing for |
trivikr
commented
Mar 26, 2018
node-test-commit-linux was rerun, failed again for |
BridgeAR
commented
Apr 9, 2018
Landed in d1156da |
PR-URL: nodejs#18985 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #18985 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
this replaces the function with arrow function, callback by common.mustCall
and added the description
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test