FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: Replace forEach() with for ... of by alexweej · Pull Request #50608 · nodejs/node · GitHub

/ node Public

test: Replace forEach() with for ... of - #50608

Closed
alexweej wants to merge 1 commit into
nodejs:mainfrom
alexweej:nodeconf-contrib-foreach
Closed

test: Replace forEach() with for ... of#50608
alexweej wants to merge 1 commit into
nodejs:mainfrom
alexweej:nodeconf-contrib-foreach

Conversation

alexweej commented Nov 7, 2023

Copy link
Copy Markdown
Contributor

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

tniessen commented Nov 7, 2023

Copy link
Copy Markdown
Member

@alexweej Thank you for the contribution. Your commit email address does not appear to be associated with your GitHub account. We highly recommend fixing this, either by adding your commit email address to your GitHub account, or by re-committing using a different email address and force-pushing to the same branch (and PR).

Also, the commit message does not match the commit message guidelines. It needs to start with the prefix test:, followed by a space and an imperative verb. The length must not exceed 70 characters.

Copy link
Copy Markdown
Contributor Author

That'll teach me to use my work laptop...

alexweej force-pushed the nodeconf-contrib-foreach branch from f019481 to f9fd61c Compare November 10, 2023 15:39
alexweej changed the title Replace forEach() with for ... of in test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js test: Replace forEach() with for ... of in test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js Nov 10, 2023

Copy link
Copy Markdown
Contributor Author

@tniessen does the project prefer that we iterate on a single commit in each PR? As in, you need me to update both the PR title and the underlying commit title? Thanks again

alexweej changed the title test: Replace forEach() with for ... of in test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js test: Replace forEach() with for ... of Nov 10, 2023
alexweej force-pushed the nodeconf-contrib-foreach branch from f9fd61c to 753aae0 Compare November 10, 2023 16:02
jasnell added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 11, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 11, 2023

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member

does the project prefer that we iterate on a single commit in each PR? As in, you need me to update both the PR title and the underlying commit title? Thanks again

@alexweej We generally prefer pushing additional commits to update existing PRs, except when it comes to the commit message. The commit message of the first commit must adhere to the style guide, which is why that check is still failing on this PR. It is complaining that Replace is uppercase, so you need to change the commit message accordingly (test: replace...).

On a side note, neither the git commit author nor the committer are associated with your GitHub account. We recommend fixing this, but it is not required.

lpinca pushed a commit that referenced this pull request Dec 29, 2023
Replace `Array.prototype.forEach()` with `for...of` in
`parallel/test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js`.

PR-URL: #50608
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

lpinca commented Dec 29, 2023

Copy link
Copy Markdown
Member

Landed in 55f3993.

lpinca closed this Dec 29, 2023
RafaelGSS pushed a commit that referenced this pull request Jan 2, 2024
Replace `Array.prototype.forEach()` with `for...of` in
`parallel/test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js`.

PR-URL: #50608
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
RafaelGSS mentioned this pull request Jan 2, 2024
richardlau pushed a commit that referenced this pull request Mar 25, 2024
Replace `Array.prototype.forEach()` with `for...of` in
`parallel/test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js`.

PR-URL: #50608
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
richardlau mentioned this pull request Mar 25, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. 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.

6 participants


Back | FazBrowse Home | New Git URL