Uh oh!
There was an error while loading. Please reload this page.
test: replace forEach() in test-net-perf_hooks with for of - #49831
Conversation
518342d to
1de9402Compare1de9402 to
c3cdaa7Comparenarcisacodreanu
commented
Sep 25, 2023
hi @lpinca and @trivikr, thanks for approving this PR! Would you be able to point me to what the next steps would be to move it forward? This is my first contribution to node and I'm not sure how to go about landing the PR and merging it (https://github.com/nodejs/node/blob/main/doc/contributing/pull-requests.md#step-10-landing) |
narcisacodreanu
commented
Oct 5, 2023
Hi @tniessen let me know if you have any advice on the next steps to move the PR forward. This was part of the Open Source Day event for GHC. Much appreciated, thanks! |
tniessen
commented
Oct 5, 2023
@narcisacodreanu Apologies for the delay on our end. Once CI passes (which might take a while), this is good to go! |
This comment was marked as outdated.
This comment was marked as outdated.
nodejs-github-bot
commented
Oct 6, 2023
nodejs-github-bot
commented
Oct 6, 2023
Landed in 2fe511b |
tniessen
commented
Oct 6, 2023
Thank you for the contribution @narcisacodreanu! |
narcisacodreanu
commented
Oct 9, 2023
Yaay, thank you for your help @tniessen!! |
PR-URL: #49831 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Joe Sepi <sepi@joesepi.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
PR-URL: nodejs#49831 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Joe Sepi <sepi@joesepi.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Removes the use of
forEach()intest-net-perf_hooks.jsby replacing it withfor ... of(Part of Open Source Day at GHC 2023)