-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cluster: replace forEach with for..of in lib/internal/cluster/ directory #50317
Conversation
Out of curiosity why this change? |
Coding style consistency. |
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
c348acb
to
92a9ea3
Compare
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Commit Queue failed- Loading data for nodejs/node/pull/50317 ✔ Done loading data for nodejs/node/pull/50317 ----------------------------------- PR info ------------------------------------ Title cluster: replace forEach with for..of in lib/internal/cluster/ directory (#50317) Author Jérôme Benoit (@jerome-benoit, first-time contributor) Branch jerome-benoit:foreach2for-cluster -> nodejs:main Labels cluster, author ready, needs-ci, commit-queue-squash Commits 5 - cluster: replace forEach with for..of in lib/internal/cluster/ directory - refactor: silence linter - build: silence linter - fix: handles in a SafeMap - Update lib/internal/cluster/primary.js Committers 2 - Antoine du Hamel - GitHub PR-URL: https://github.com/nodejs/node/pull/50317 Reviewed-By: James M Snell Reviewed-By: Antoine du Hamel ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/50317 Reviewed-By: James M Snell Reviewed-By: Antoine du Hamel -------------------------------------------------------------------------------- ℹ This PR was created on Sat, 21 Oct 2023 16:56:59 GMT ✔ Approvals: 2 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/50317#pullrequestreview-1702814874 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/50317#pullrequestreview-2051249874 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-05-12T07:22:07Z: https://ci.nodejs.org/job/node-test-pull-request/59150/ - Querying data for job/node-test-pull-request/59150/ ✔ Last Jenkins CI successful ⚠ PR author is a new contributor: @jerome-benoit(jerome.benoit@piment-noir.org) ⚠ - commit 001629ef3769 is authored by jerome.benoit@sap.com ⚠ - commit 3deccf496fcb is authored by jerome.benoit@sap.com ⚠ - commit 0b1f164bdc43 is authored by jerome.benoit@sap.com ⚠ - commit 92a9ea30040f is authored by jerome.benoit@sap.com -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/9053086020 |
Landed in 7b2dc79 |
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com> PR-URL: #50317 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com> PR-URL: #50317 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com> PR-URL: #50317 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com> PR-URL: #50317 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com> PR-URL: nodejs#50317 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com> PR-URL: nodejs#50317 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
No description provided.