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

src: rename AliasedBufferInfo->AliasedBufferIndex by danbev · Pull Request #36339 · nodejs/node · GitHub

/ node Public

src: rename AliasedBufferInfo->AliasedBufferIndex - #36339

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:aliasedbuffer-index
Closed

src: rename AliasedBufferInfo->AliasedBufferIndex#36339
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:aliasedbuffer-index

Conversation

danbev commented Dec 1, 2020

Copy link
Copy Markdown
Contributor

This commit suggest renaming AlaisedBufferInfo to AlaisedBufferIndex to
make the code more readable.

The main motivation for this change is that I personally think that
the following code could be a little clearer:

  context->GetDataFromSnapshotOnce<V8T>(*info_).ToLocalChecked();

Even knowing that GetDataFromSnapshotOnce takes a size_t I had to double
check the type of info_ to make sure.

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

This commit suggest renaming AlaisedBufferInfo to AlaisedBufferIndex to
make the code more readable.

The main motivation for this change is that I personally think that
the following code could be a little clearer:

  context->GetDataFromSnapshotOnce<V8T>(*info_).ToLocalChecked();

Even knowing that GetDataFromSnapshotOnce takes a size_t I had to double
check the type of info_ to make sure.
nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Dec 1, 2020
Trott added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 3, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 3, 2020

Copy link
Copy Markdown
Collaborator

danbev commented Dec 4, 2020

Copy link
Copy Markdown
Contributor Author

Landed in e4614e8.

danbev closed this Dec 4, 2020
danbev added a commit that referenced this pull request Dec 4, 2020
This commit suggest renaming AlaisedBufferInfo to AlaisedBufferIndex to
make the code more readable.

The main motivation for this change is that I personally think that
the following code could be a little clearer:

  context->GetDataFromSnapshotOnce<V8T>(*info_).ToLocalChecked();

Even knowing that GetDataFromSnapshotOnce takes a size_t I had to double
check the type of info_ to make sure.

PR-URL: #36339
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
danbev deleted the aliasedbuffer-index branch December 4, 2020 07:44
danielleadams pushed a commit that referenced this pull request Dec 7, 2020
This commit suggest renaming AlaisedBufferInfo to AlaisedBufferIndex to
make the code more readable.

The main motivation for this change is that I personally think that
the following code could be a little clearer:

  context->GetDataFromSnapshotOnce<V8T>(*info_).ToLocalChecked();

Even knowing that GetDataFromSnapshotOnce takes a size_t I had to double
check the type of info_ to make sure.

PR-URL: #36339
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
danielleadams mentioned this pull request Dec 7, 2020
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

c++ Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL