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

src: use S_ISDIR to check if the file is dir by theanarkh · Pull Request #52164 · nodejs/node · GitHub

/ node Public

src: use S_ISDIR to check if the file is dir - #52164

Merged
aduh95 merged 1 commit into
nodejs:mainfrom
theanarkh:fix_fs_is_dir
May 12, 2024
Merged

src: use S_ISDIR to check if the file is dir#52164
aduh95 merged 1 commit into
nodejs:mainfrom
theanarkh:fix_fs_is_dir

Conversation

theanarkh commented Mar 20, 2024
edited by aduh95
Loading

Copy link
Copy Markdown
Contributor

Fixes: #52159

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/security-wg

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. labels Mar 20, 2024
marco-ippolito added the request-ci Add this label to start a Jenkins CI on a PR. label Mar 20, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Mar 20, 2024

This comment was marked as outdated.

theanarkh force-pushed the fix_fs_is_dir branch 2 times, most recently from 655ebd7 to 5accbc2 Compare March 21, 2024 13:31
theanarkh added the request-ci Add this label to start a Jenkins CI on a PR. label Mar 21, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Mar 21, 2024

This comment was marked as outdated.

lpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Mar 21, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Mar 21, 2024

This comment was marked as outdated.

theanarkh added the request-ci Add this label to start a Jenkins CI on a PR. label Mar 22, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Mar 22, 2024

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

theanarkh added the request-ci Add this label to start a Jenkins CI on a PR. label Mar 25, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Mar 25, 2024

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

theanarkh added the request-ci Add this label to start a Jenkins CI on a PR. label Apr 22, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 22, 2024

This comment was marked as outdated.

This comment was marked as outdated.

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

theanarkh added the request-ci Add this label to start a Jenkins CI on a PR. label May 4, 2024
github-actions Bot added request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. and removed request-ci Add this label to start a Jenkins CI on a PR. labels May 4, 2024

github-actions Bot commented May 4, 2024

Copy link
Copy Markdown
Contributor
Failed to start CI
   ⚠  Something was pushed to the Pull Request branch since the last approving review.
   ✘  Refusing to run CI on potentially unsafe PR
https://github.com/nodejs/node/actions/runs/8952250038

aduh95 added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. and removed request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. labels May 11, 2024

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

aduh95 merged commit 6ddf590 into nodejs:main May 12, 2024

aduh95 commented May 12, 2024

Copy link
Copy Markdown
Contributor

Landed in 6ddf590

targos pushed a commit that referenced this pull request May 12, 2024
PR-URL: #52164
Fixes: #52159
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
marco-ippolito pushed a commit that referenced this pull request Jun 17, 2024
PR-URL: #52164
Fixes: #52159
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
soophoo pushed a commit to soophoo/node that referenced this pull request Jun 20, 2024
PR-URL: nodejs#52164
Fixes: nodejs#52159
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Recursive fs.readdirSync tries to recurse into Unix domain socket

6 participants


Back | FazBrowse Home | New Git URL