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

src,fs: remove `ToLocalChecked()` call from `fs::AfterMkdirp()` by RaisinTen · Pull Request #40386 · nodejs/node · GitHub

/ node Public

src,fs: remove ToLocalChecked() call from fs::AfterMkdirp() - #40386

Closed
RaisinTen wants to merge 1 commit into
nodejs:masterfrom
RaisinTen:src,fs/remove-ToLocalChecked-call-from-fs-AfterMkdirp
Closed

src,fs: remove ToLocalChecked() call from fs::AfterMkdirp()#40386
RaisinTen wants to merge 1 commit into
nodejs:masterfrom
RaisinTen:src,fs/remove-ToLocalChecked-call-from-fs-AfterMkdirp

Conversation

Copy link
Copy Markdown
Member

This merges the IsEmpty() call and the ToLocalChecked() call into a
single ToLocal() call.

Signed-off-by: Darshan Sen darshan.sen@postman.com

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 Oct 9, 2021

This comment has been minimized.

Comment thread src/node_file.cc Outdated

jasnell 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

LGTM with a nit

This merges the `IsEmpty()` call and the `ToLocalChecked()` call into a
single `ToLocal()` call.

Signed-off-by: Darshan Sen <darshan.sen@postman.com>
RaisinTen force-pushed the src,fs/remove-ToLocalChecked-call-from-fs-AfterMkdirp branch from 4f8ebfc to b6b8f6e Compare October 9, 2021 15:42

Copy link
Copy Markdown
Collaborator

RaisinTen added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. and removed needs-ci PRs that need a full CI run. labels Oct 9, 2021
RaisinTen requested a review from addaleax October 11, 2021 12:32
Ayase-252 added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 20, 2021
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 20, 2021

Copy link
Copy Markdown
Contributor

Landed in b920a10...aef8abb

github-actions Bot closed this Oct 20, 2021
nodejs-github-bot pushed a commit that referenced this pull request Oct 20, 2021
This merges the `IsEmpty()` call and the `ToLocalChecked()` call into a
single `ToLocal()` call.

Signed-off-by: Darshan Sen <darshan.sen@postman.com>

PR-URL: #40386
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
RaisinTen deleted the src,fs/remove-ToLocalChecked-call-from-fs-AfterMkdirp branch October 20, 2021 15:08
targos pushed a commit that referenced this pull request Oct 23, 2021
This merges the `IsEmpty()` call and the `ToLocalChecked()` call into a
single `ToLocal()` call.

Signed-off-by: Darshan Sen <darshan.sen@postman.com>

PR-URL: #40386
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
targos mentioned this pull request Nov 8, 2021
BethGriggs pushed a commit that referenced this pull request Nov 23, 2021
This merges the `IsEmpty()` call and the `ToLocalChecked()` call into a
single `ToLocal()` call.

Signed-off-by: Darshan Sen <darshan.sen@postman.com>

PR-URL: #40386
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
BethGriggs mentioned this pull request Nov 26, 2021
1 task
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL