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

doc: fix the require resolve algorithm in modules.md #55117

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

chirsz-ever
Copy link
Contributor

Before the fix, the pseudocode means an infinite loop.

Before the fix, the pseudocode means an infinite loop.
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/loaders

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. module Issues and PRs related to the module subsystem. labels Sep 25, 2024
@aduh95 aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 25, 2024
@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 26, 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 Sep 27, 2024
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/55117
✔  Done loading data for nodejs/node/pull/55117
----------------------------------- PR info ------------------------------------
Title      doc: fix the require resolve algorithm in modules.md (#55117)
Author     chirsz <chirsz@foxmail.com> (@chirsz-ever, first-time contributor)
Branch     chirsz-ever:patch-1 -> nodejs:main
Labels     doc, module, author ready
Commits    1
 - doc: fix the require resolve algorithm in modules.md
Committers 1
 - GitHub <noreply@github.com>
PR-URL: https://github.com/nodejs/node/pull/55117
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/55117
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
--------------------------------------------------------------------------------
   ℹ  This PR was created on Wed, 25 Sep 2024 12:29:49 GMT
   ✔  Approvals: 2
   ✔  - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/55117#pullrequestreview-2328588399
   ✔  - Chemi Atlow (@atlowChemi): https://github.com/nodejs/node/pull/55117#pullrequestreview-2329181319
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
   ⚠  PR author is a new contributor: @chirsz-ever(chirsz@foxmail.com)
   ⚠  - commit 53fcdca8accf is authored by chirsz-ever@outlook.com
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/11070706831

@aduh95 aduh95 merged commit fd787c9 into nodejs:main Sep 27, 2024
29 checks passed
@aduh95
Copy link
Contributor

aduh95 commented Sep 27, 2024

Landed in fd787c9

targos pushed a commit that referenced this pull request Oct 4, 2024
Before the fix, the pseudocode was describing an infinite loop.

PR-URL: #55117
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
targos pushed a commit that referenced this pull request Oct 4, 2024
Before the fix, the pseudocode was describing an infinite loop.

PR-URL: #55117
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
@aduh95 aduh95 mentioned this pull request Oct 9, 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. doc Issues and PRs related to the documentations. module Issues and PRs related to the module subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants