Skip to content

test: replace forEach to for.. test-webcrypto-export-import-cfrg.js - #50785

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
aparzi:fix-for-loop
Dec 1, 2023
Merged

test: replace forEach to for.. test-webcrypto-export-import-cfrg.js#50785
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
aparzi:fix-for-loop

Conversation

@aparzi

Copy link
Copy Markdown
Contributor

fix for loop

@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Nov 18, 2023
@marco-ippolitomarco-ippolito added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Nov 18, 2023

@RafaelGSSRafaelGSS left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you follow our commit guidelines? You might want to squash all the commits too.

@aparzi

Copy link
Copy Markdown
ContributorAuthor

Hi @RafaelGSS,
Could you tell me what and how to fix? Thank you

@RafaelGSS

Copy link
Copy Markdown
Member

Try the following:

git rebase -i HEAD~3

Go to your first commit and change pick to edit, the other two commits you use squash, then it will open a editor to edit the first commit, so you follow our commit guidelines, in this case changing the commit to:

test: replace forEach to for.. test-webcrypto-export-import-cfrg.js

@aparzi

Copy link
Copy Markdown
ContributorAuthor

Hi @RafaelGSS,
I collapsed everything into one commit

@RafaelGSSRafaelGSS left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aparzi If you look at the commit list, the author doesn't seem your github handle (@aparzi)

Also, the commit length oversizes our commit guideline. See https://github.com/nodejs/node/actions/runs/6982553346/job/19058853209?pr=50785

@aparzi

Copy link
Copy Markdown
ContributorAuthor

Hi @RafaelGSS, could you check now?

@aparzi

Copy link
Copy Markdown
ContributorAuthor

Hi @RafaelGSS, any news for this PR? Thanks

@RafaelGSSRafaelGSS added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 30, 2023
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 30, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@RafaelGSSRafaelGSS changed the title fix for looptest: replace forEach to for.. test-webcrypto-export-import-cfrg.jsDec 1, 2023
@RafaelGSSRafaelGSS added commit-queue Add this label to land a pull request using GitHub Actions. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Dec 1, 2023
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 1, 2023
@nodejs-github-bot
nodejs-github-bot merged commit 60ffa9f into nodejs:mainDec 1, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 60ffa9f

targos pushed a commit that referenced this pull request Dec 4, 2023
PR-URL: #50785
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
@targostargos mentioned this pull request Dec 4, 2023
richardlau pushed a commit that referenced this pull request Mar 25, 2024
PR-URL: #50785
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
@richardlaurichardlau mentioned this pull request Mar 25, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.needs-ciPRs that need a full CI run.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@aparzi@RafaelGSS@nodejs-github-bot@jasnell@marco-ippolito