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

fs: validate remaining fd calls from cpp by anonrig · Pull Request #52051 · nodejs/node · GitHub

/ node Public

fs: validate remaining fd calls from cpp - #52051

Closed
anonrig wants to merge 2 commits into
nodejs:mainfrom
anonrig:more-fs-stuff
Closed

fs: validate remaining fd calls from cpp#52051
anonrig wants to merge 2 commits into
nodejs:mainfrom
anonrig:more-fs-stuff

Conversation

anonrig commented Mar 12, 2024
edited
Loading

Copy link
Copy Markdown
Member

Moves 2 remaining calls for getValidatedFd to C++.

cc @nodejs/fs @nodejs/cpp-reviewers

anonrig added the commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. label Mar 12, 2024
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 12, 2024
anonrig added the request-ci Add this label to start a Jenkins CI on a PR. label Mar 12, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Mar 12, 2024

Copy link
Copy Markdown
Collaborator

H4ad left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

By remaining, do you mean the other references for getValidatedFd can't be removed? If so, why?

anonrig commented Mar 12, 2024

Copy link
Copy Markdown
Member Author

By remaining, do you mean the other references for getValidatedFd can't be removed? If so, why?

Without moving the whole function to C++, it seems the order of execution is important before calling a C++ function (for the remaining 2-3 functions)

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

anonrig added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Mar 12, 2024
anonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 13, 2024
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 14, 2024

Copy link
Copy Markdown
Collaborator

Landed in 3ec20f2...639c096

nodejs-github-bot pushed a commit that referenced this pull request Mar 14, 2024
PR-URL: #52051
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
nodejs-github-bot pushed a commit that referenced this pull request Mar 14, 2024
PR-URL: #52051
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
marco-ippolito pushed a commit that referenced this pull request May 2, 2024
PR-URL: #52051
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
marco-ippolito pushed a commit that referenced this pull request May 2, 2024
PR-URL: #52051
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
marco-ippolito pushed a commit that referenced this pull request May 3, 2024
PR-URL: #52051
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
marco-ippolito pushed a commit that referenced this pull request May 3, 2024
PR-URL: #52051
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@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++. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. 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.

5 participants


Back | FazBrowse Home | New Git URL