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

fs: use errno constant with ERR_FS_EISDIR by cjihrig · Pull Request #35563 · nodejs/node · GitHub

/ node Public

fs: use errno constant with ERR_FS_EISDIR - #35563

Closed
cjihrig wants to merge 1 commit into
nodejs:masterfrom
cjihrig:errno
Closed

fs: use errno constant with ERR_FS_EISDIR#35563
cjihrig wants to merge 1 commit into
nodejs:masterfrom
cjihrig:errno

Conversation

cjihrig commented Oct 8, 2020

Copy link
Copy Markdown
Contributor

This commit updates rm() to use the EISDIR constant with ERR_FS_EISDIR instead of hard coding -21.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

This commit updates rm() to use the EISDIR constant with
ERR_FS_EISDIR instead of hard coding -21.
nodejs-github-bot added the fs Issues and PRs related to the fs subsystem / file system. label Oct 8, 2020
cjihrig added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 9, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 9, 2020

This comment has been minimized.

Copy link
Copy Markdown
Collaborator

nodejs-github-bot commented Oct 9, 2020
edited by cjihrig
Loading

Copy link
Copy Markdown
Collaborator

cjihrig added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Oct 9, 2020
cjihrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 10, 2020
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 10, 2020

Copy link
Copy Markdown
Contributor

Landed in 71a48c3...275153d

github-actions Bot closed this Oct 10, 2020
nodejs-github-bot pushed a commit that referenced this pull request Oct 10, 2020
This commit updates rm() to use the EISDIR constant with
ERR_FS_EISDIR instead of hard coding -21.

PR-URL: #35563
Reviewed-By: Ben Coe <bencoe@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
cjihrig deleted the errno branch October 10, 2020 23:24
MylesBorins pushed a commit that referenced this pull request Oct 14, 2020
This commit updates rm() to use the EISDIR constant with
ERR_FS_EISDIR instead of hard coding -21.

PR-URL: #35563
Reviewed-By: Ben Coe <bencoe@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
MylesBorins mentioned this pull request Oct 14, 2020
joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
This commit updates rm() to use the EISDIR constant with
ERR_FS_EISDIR instead of hard coding -21.

PR-URL: nodejs#35563
Reviewed-By: Ben Coe <bencoe@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@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. fs Issues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL