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

fs: throw fchownSync error from c++ #51075

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented Dec 6, 2023

Ref: nodejs/performance#106

#49920 seems to be abandoned.

cc @nodejs/fs

@nodejs-github-bot 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. typings labels Dec 6, 2023
@anonrig anonrig added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 6, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 6, 2023
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@anonrig
Copy link
Member Author

anonrig commented Dec 7, 2023

cc @nodejs/fs @nodejs/cpp-reviewers appreciate if you could leave a review.

Copy link
Member

@CanadaHonk CanadaHonk left a comment

Choose a reason for hiding this comment

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

LGTM

@tniessen
Copy link
Member

tniessen commented Dec 7, 2023

I believe @H4ad suggested to re-run benchmarks for these changes in nodejs/performance#106.

@H4ad
Copy link
Member

H4ad commented Dec 7, 2023

@anonrig Can you update the benchmark of bench-chownSync.js to include this method? Just to see if those changes are still relevant compared to the new improvements made on errors.

@nodejs-github-bot
Copy link
Collaborator

@anonrig anonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 12, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 12, 2023
@nodejs-github-bot nodejs-github-bot merged commit 3551dc0 into nodejs:main Dec 12, 2023
66 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 3551dc0

@anonrig
Copy link
Member Author

anonrig commented Dec 12, 2023

@anonrig Can you update the benchmark of bench-chownSync.js to include this method? Just to see if those changes are still relevant compared to the new improvements made on errors.

I missed this comment. Sorry I just realized that I didn't comment on this.

RafaelGSS pushed a commit that referenced this pull request Dec 15, 2023
PR-URL: #51075
Refs: nodejs/performance#106
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@RafaelGSS RafaelGSS mentioned this pull request Dec 15, 2023
richardlau pushed a commit that referenced this pull request Mar 25, 2024
PR-URL: #51075
Refs: nodejs/performance#106
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@richardlau richardlau mentioned this pull request Mar 25, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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. typings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants