Skip to content
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

test: change forEach to for...of #49799

Merged
merged 2 commits into from Oct 6, 2023

Conversation

tifflastimosa
Copy link
Contributor

Changed for each loop to for of loop in test-assert.js

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Sep 22, 2023
@tniessen tniessen added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Sep 23, 2023
test/parallel/test-assert.js Outdated Show resolved Hide resolved
@tniessen tniessen added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 25, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 25, 2023
@nodejs-github-bot
Copy link
Collaborator

@tniessen tniessen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 25, 2023
@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 30, 2023
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Sep 30, 2023
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/49799
✔  Done loading data for nodejs/node/pull/49799
----------------------------------- PR info ------------------------------------
Title      test: change forEach to for...of (#49799)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     tifflastimosa:tl-branch -> nodejs:main
Labels     test, code-and-learn, author ready, needs-ci
Commits    2
 - test: change forEach to for...of
 - Update test/parallel/test-assert.js
Committers 2
 - tifflastimosa 
 - GitHub 
PR-URL: https://github.com/nodejs/node/pull/49799
Reviewed-By: Tobias Nießen 
Reviewed-By: Luigi Pinca 
Reviewed-By: Trivikram Kamat 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/49799
Reviewed-By: Tobias Nießen 
Reviewed-By: Luigi Pinca 
Reviewed-By: Trivikram Kamat 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Fri, 22 Sep 2023 23:56:00 GMT
   ✔  Approvals: 3
   ✔  - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/49799#pullrequestreview-1641043958
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/49799#pullrequestreview-1641117127
   ✔  - Trivikram Kamat (@trivikr): https://github.com/nodejs/node/pull/49799#pullrequestreview-1641217111
   ℹ  This PR is being fast-tracked because it is from a Code and Learn event
   ✔  Last GitHub CI successful
   ℹ  Last Full PR CI on 2023-09-29T11:15:32Z: https://ci.nodejs.org/job/node-test-pull-request/54364/
- Querying data for job/node-test-pull-request/54364/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  No git cherry-pick in progress
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
- Bringing origin/main up to date...
From https://github.com/nodejs/node
 * branch                  main       -> FETCH_HEAD
   b903a710f4..0ee9c83ffc  main       -> origin/main
✔  origin/main is now up-to-date
main is out of sync with origin/main. Mismatched commits:
 - b5aacf8028 errors: improve performance of determine-specific-type
 - 0ee9c83ffc errors: improve performance of determine-specific-type
--------------------------------------------------------------------------------
HEAD is now at 0ee9c83ffc errors: improve performance of determine-specific-type
   ✔  Reset to origin/main
- Downloading patch for 49799
From https://github.com/nodejs/node
 * branch                  refs/pull/49799/merge -> FETCH_HEAD
✔  Fetched commits as 0ee9c83ffcce..e097d4a79e3c
--------------------------------------------------------------------------------
[main 41665b5b90] test: change forEach to for...of
 Author: tifflastimosa 
 Date: Fri Sep 22 16:08:12 2023 -0700
 1 file changed, 6 insertions(+), 9 deletions(-)
[main 7e8934c17f] Update test/parallel/test-assert.js
 Author: Tobias Nießen 
 Date: Sun Sep 24 14:14:16 2023 +0200
 1 file changed, 1 insertion(+), 1 deletion(-)
   ✔  Patches applied
There are 2 commits in the PR. Attempting autorebase.
Rebasing (2/4)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
test: change forEach to for...of

PR-URL: #49799
Reviewed-By: Tobias Nießen tniessen@tnie.de
Reviewed-By: Luigi Pinca luigipinca@gmail.com
Reviewed-By: Trivikram Kamat trivikr.dev@gmail.com

[detached HEAD c0f88eb608] test: change forEach to for...of
Author: tifflastimosa lastimosa.ti@gmail.com
Date: Fri Sep 22 16:08:12 2023 -0700
1 file changed, 6 insertions(+), 9 deletions(-)
Rebasing (3/4)
Rebasing (4/4)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
Update test/parallel/test-assert.js

PR-URL: #49799
Reviewed-By: Tobias Nießen tniessen@tnie.de
Reviewed-By: Luigi Pinca luigipinca@gmail.com
Reviewed-By: Trivikram Kamat trivikr.dev@gmail.com

[detached HEAD 0d2fcbd12b] Update test/parallel/test-assert.js
Author: Tobias Nießen tniessen@tnie.de
Date: Sun Sep 24 14:14:16 2023 +0200
1 file changed, 1 insertion(+), 1 deletion(-)

Successfully rebased and updated refs/heads/main.

ℹ Add commit-queue-squash label to land the PR as one commit, or commit-queue-rebase to land as separate commits.

https://github.com/nodejs/node/actions/runs/6365784738

@aduh95 aduh95 added commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Oct 6, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 6, 2023
@nodejs-github-bot nodejs-github-bot merged commit 42c37f2 into nodejs:main Oct 6, 2023
67 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 42c37f2

alexfernandez pushed a commit to alexfernandez/node that referenced this pull request Nov 1, 2023
PR-URL: nodejs#49799
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
targos pushed a commit that referenced this pull request Nov 11, 2023
PR-URL: #49799
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
debadree25 pushed a commit to debadree25/node that referenced this pull request Apr 15, 2024
PR-URL: nodejs#49799
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants