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: update fs.realpath documentation #48170

Merged
merged 3 commits into from
May 11, 2024

Conversation

sinkhaha
Copy link
Contributor

Fixes: #45067

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels May 25, 2023
doc/api/fs.md Outdated Show resolved Hide resolved
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
@Trott Trott added the commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. label May 27, 2023
lpinca
lpinca previously approved these changes Jun 17, 2023
doc/api/fs.md Outdated Show resolved Hide resolved
@lpinca lpinca dismissed their stale review June 17, 2023 19:15

It does not seem to document the difference noted in #45067

@sinkhaha
Copy link
Contributor Author

sinkhaha commented Jul 11, 2023

If you have time, could you please handle this PR, thanks @bnoordhuis @lpinca @jasnell @aymen94

@jasnell jasnell 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-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels Mar 24, 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 Mar 24, 2024
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/48170
✔  Done loading data for nodejs/node/pull/48170
----------------------------------- PR info ------------------------------------
Title      doc: update fs.realpath documentation (#48170)
Author     sinkhaha <1468709106@qq.com> (@sinkhaha)
Branch     sinkhaha:update-doc-path-realpath -> nodejs:main
Labels     doc, fs, commit-queue-squash
Commits    3
 - doc: update fs.realpath documentation
 - Update doc/api/fs.md
 - doc: remove space
Committers 2
 - sinkhaha <1468709106@qq.com>
 - GitHub 
PR-URL: https://github.com/nodejs/node/pull/48170
Fixes: https://github.com/nodejs/node/issues/45067
Reviewed-By: James M Snell 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/48170
Fixes: https://github.com/nodejs/node/issues/45067
Reviewed-By: James M Snell 
--------------------------------------------------------------------------------
   ⚠  Commits were pushed since the last approving review:
   ⚠  - doc: remove space
   ℹ  This PR was created on Thu, 25 May 2023 09:00:56 GMT
   ✔  Approvals: 1
   ✔  - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/48170#pullrequestreview-1449797964
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/8410404883

@aduh95 aduh95 merged commit c4d0229 into nodejs:main May 11, 2024
23 checks passed
@aduh95
Copy link
Contributor

aduh95 commented May 11, 2024

Landed in c4d0229

targos pushed a commit that referenced this pull request May 11, 2024
PR-URL: #48170
Fixes: #45067
Reviewed-By: James M Snell <jasnell@gmail.com>
lukins-cz pushed a commit to lukins-cz/OS-Aplet-node that referenced this pull request Jun 1, 2024
PR-URL: nodejs#48170
Fixes: nodejs#45067
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commit-queue-failed An error occurred while landing this 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. doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fs.realpath vs fs.realpath.native differences not documented
8 participants