Uh oh!
There was an error while loading. Please reload this page.
test: replace anonymous function with arrow function - #24528
Conversation
Trott
commented
Nov 20, 2018
While these kinds of commits are 👍 for first-contributions, I'm not sure they're of sufficient value to warrant a bunch of pull requests from existing contributors. I'd prefer people try to do something a bit more meaningful for subsequent commits. What do other Collaborators think? (If we really want this type of thing to get done quickly instead of be a good exercise for new contributors, this is the type of thing that can be easily done with an ESLint rule and a |
refack
commented
Nov 20, 2018
Hello @codegagan, Also be aware that you might get push-back. I think that is only natural, as we do expect more and more as you become more of an experienced contributor. If I may suggest, we have a large list of stalled Issues and PR, you could take a look at those. They are things that could benefit the project, but need a champion to push them over the line. |
gireeshpunathil
commented
Nov 21, 2018
IIRC there were some code and learners whom we provided extra assignment slip(s) to be completed as In either case, I concur to @Trott and @refack on the proposal on taking up bigger contribution ventures moving forward; at the same time feel happy to see @codegagan coming back to the repo. Wishing you great success with Node.js! |
gireeshpunathil
commented
Nov 21, 2018
ok, now looking at the PR list I see there are 5 or 6 - so these are not my assignments but hand-picks . In a way it is good that you were able to search and find things of your own, but it makes sense to be contented with the list of arrow function assignments as of now. :) @codegagan - one thing that comes to my mind is preparing C++ code (/src) for v8 deprecation. Talking to @ryzokuken this is what it is I think:
/cc @ryzokuken to confirm my understanding / providing more direct instructions. thanks! |
codegagan
commented
Nov 21, 2018
@refack , @gireeshpunathil Thankyou for the guidance.
@gireeshpunathil regarding the v8 deprecation task, do you think it would be more appropriate to have instructions in an issue (than here) ? I can create one and paste these and then look into it. |
gireeshpunathil
commented
Nov 21, 2018
make sense to me, thanks! |
gireeshpunathil
commented
Nov 22, 2018
danbev
commented
Nov 23, 2018
Re-run of failing node-test-commit-windows-fanned/. |
gireeshpunathil
commented
Nov 24, 2018
gireeshpunathil
commented
Nov 25, 2018
windows-fanned->vs17->test-trace-events-api-worker-disabled is a known failure, landing. |
gireeshpunathil
commented
Nov 25, 2018
landed as db84fd2 |
PR-URL: #24528 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24528 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24528 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: nodejs#24528 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24528 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24528 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes