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

path: use the correct name in validateString #53669

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Conversation

bpasero
Copy link
Contributor

@bpasero bpasero commented Jul 1, 2024

The change in 4a8b8d5 seems to have forgotten to update the name of the parameter in the validateString function.

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem. labels Jul 1, 2024
@bpasero bpasero changed the title path - use the correct name in validateString path: use the correct name in validateString Jul 1, 2024
Copy link
Member

@MoLow MoLow left a comment

Choose a reason for hiding this comment

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

LGTM. commit message needs fixing

The parameter was renamed from `ext` to `suffix`
but not in the `validateString` call.
@bpasero
Copy link
Contributor Author

bpasero commented Jul 2, 2024

I have updated the commit message.

@deokjinkim deokjinkim marked this pull request as draft July 3, 2024 15:54
@deokjinkim deokjinkim marked this pull request as ready for review July 3, 2024 15:54
@deokjinkim deokjinkim added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 3, 2024
@deokjinkim deokjinkim added the request-ci Add this label to start a Jenkins CI on a PR. label Jul 4, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 4, 2024
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 23, 2024
@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 Jul 23, 2024
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/53669
✔  Done loading data for nodejs/node/pull/53669
----------------------------------- PR info ------------------------------------
Title      path: use the correct name in `validateString` (#53669)
Author     Benjamin Pasero <[email protected]> (@bpasero)
Branch     bpasero:ben/patch-1 -> nodejs:main
Labels     path, author ready, needs-ci
Commits    1
 - path: use the correct name in `validateString`
Committers 1
 - Benjamin Pasero <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/53669
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Deokjin Kim <[email protected]>
Reviewed-By: James M Snell <[email protected]>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/53669
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Deokjin Kim <[email protected]>
Reviewed-By: James M Snell <[email protected]>
--------------------------------------------------------------------------------
   ℹ  This PR was created on Mon, 01 Jul 2024 18:03:25 GMT
   ✔  Approvals: 4
   ✔  - Moshe Atlow (@MoLow) (TSC): https://github.com/nodejs/node/pull/53669#pullrequestreview-2152077138
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/53669#pullrequestreview-2152217364
   ✔  - Deokjin Kim (@deokjinkim): https://github.com/nodejs/node/pull/53669#pullrequestreview-2156835049
   ✔  - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/53669#pullrequestreview-2157905167
   ✘  Last GitHub CI failed
   ℹ  Last Full PR CI on 2024-07-22T14:16:12Z: https://ci.nodejs.org/job/node-test-pull-request/60538/
- Querying data for job/node-test-pull-request/60538/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/10058393823

@aduh95 aduh95 merged commit f9f9a42 into nodejs:main Jul 30, 2024
80 of 81 checks passed
@aduh95
Copy link
Contributor

aduh95 commented Jul 30, 2024

Landed in f9f9a42

Nahee-Park pushed a commit to Nahee-Park/node that referenced this pull request Jul 30, 2024
The parameter was renamed from `ext` to `suffix`
but not in the `validateString` call.

PR-URL: nodejs#53669
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Deokjin Kim <[email protected]>
Reviewed-By: James M Snell <[email protected]>
targos pushed a commit that referenced this pull request Aug 14, 2024
The parameter was renamed from `ext` to `suffix`
but not in the `validateString` call.

PR-URL: #53669
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Deokjin Kim <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@RafaelGSS RafaelGSS mentioned this pull request Aug 19, 2024
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. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants