Uh oh!
There was an error while loading. Please reload this page.
src: replace anonymous closure functions with arrow functions - #24443
src: replace anonymous closure functions with arrow functions#24443tpanthera wants to merge 3 commits into
Conversation
cjihrig
left a comment
There was a problem hiding this comment.
LGTM with the README.md change backed out.
804dd81 to
1538ba9Comparerefack
commented
Nov 17, 2018
Hello @tpanthera and welcome, and thank you for your contribution 🥇 P.S. If you have any questions you can also feel free to contact me directly. P.P.S. I rebase your on branch to exclude an unrelated commit, su be sure to |
refack
commented
Nov 17, 2018
Please 👍 to fast-track |
richardlau
commented
Nov 17, 2018
This appears to make the test fail: https://travis-ci.com/nodejs/node/jobs/159298879#L9043-L9064 |
Uh oh!
There was an error while loading. Please reload this page.
gireeshpunathil
commented
Nov 21, 2018
ping @tpanthera |
Co-Authored-By: tpanthera <bisht11390@gmail.com>
| server.listen(0, '127.0.0.1', () => { | ||
| const options = { host: 'localhost', | ||
| port: this.address().port, | ||
| port: server.address().port, |
There was a problem hiding this comment.
@tpanthera - once more issue here - you put one extra space in line 44 before the code. Align it to the previous line, and I guess we are all good here.
There was a problem hiding this comment.
Thanks for correcting, committed the revised code.
* Revised code alignment.
gireeshpunathil
commented
Nov 23, 2018
gireeshpunathil
commented
Nov 23, 2018
@Trott - PTAL. |
PR-URL: nodejs#24443 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Trott
commented
Nov 28, 2018
Landed in 3ec8576. Thanks for the contribution! 🎉 (If you're interested in other possible contributions to Node.js but don't have a good idea of where to start looking, some ideas are posted at https://www.nodetodo.org/next-steps/.) |
PR-URL: #24443 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
PR-URL: nodejs#24443 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
PR-URL: #24443 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
PR-URL: #24443 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes