Skip to content

src: remove deadcode in node_file.cc - #38693

Closed
juanarbol wants to merge 1 commit into
nodejs:masterfrom
juanarbol:juan/remove-cc-deadcode
Closed

src: remove deadcode in node_file.cc#38693
juanarbol wants to merge 1 commit into
nodejs:masterfrom
juanarbol:juan/remove-cc-deadcode

Conversation

@juanarbol

Copy link
Copy Markdown
Member

The implementation of the fs.lchmod method has been moved to JS-land

@github-actionsgithub-actionsBot 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 May 15, 2021
@nodejs-github-bot

This comment has been minimized.

@RaisinTenRaisinTen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 15, 2021

@cjihrigcjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, but I'd refer to it as commented out code in the commit message.

@nodejs-github-bot

This comment has been minimized.

The implementation of the `fs.lchmod` method has been moved to JS-land
@juanarbol
juanarbolforce-pushed the juan/remove-cc-deadcode branch from 7d814c9 to b0722e7CompareMay 16, 2021 16:13
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

nodejs-github-bot commented May 21, 2021

Copy link
Copy Markdown
Collaborator

@jasnell

Copy link
Copy Markdown
Member

Landed in c9269a4

@jasnelljasnell closed this May 21, 2021
jasnell pushed a commit that referenced this pull request May 21, 2021
The implementation of the `fs.lchmod` method has been moved to JS-land
PR-URL: #38693
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
danielleadams pushed a commit that referenced this pull request May 31, 2021
The implementation of the `fs.lchmod` method has been moved to JS-land
PR-URL: #38693
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
@danielleadamsdanielleadams mentioned this pull request May 31, 2021
richardlau pushed a commit that referenced this pull request Jul 16, 2021
The implementation of the `fs.lchmod` method has been moved to JS-land
PR-URL: #38693
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
richardlau pushed a commit that referenced this pull request Jul 19, 2021
The implementation of the `fs.lchmod` method has been moved to JS-land
PR-URL: #38693
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
richardlau pushed a commit that referenced this pull request Jul 20, 2021
The implementation of the `fs.lchmod` method has been moved to JS-land
PR-URL: #38693
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
@richardlaurichardlau mentioned this pull request Jul 20, 2021
@juanarbol
juanarbol deleted the juan/remove-cc-deadcode branch August 26, 2021 17:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.fsIssues and PRs related to the fs subsystem / file system.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@juanarbol@nodejs-github-bot@jasnell@Trott@addaleax@antsmartian@lpinca@cjihrig@RaisinTen