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

node-api: disambiguate napi_add_finalizer by legendecas · Pull Request #45401 · nodejs/node · GitHub

/ node Public

node-api: disambiguate napi_add_finalizer - #45401

Closed
legendecas wants to merge 1 commit into
nodejs:mainfrom
legendecas:node-api/add-finalizer
Closed

node-api: disambiguate napi_add_finalizer#45401
legendecas wants to merge 1 commit into
nodejs:mainfrom
legendecas:node-api/add-finalizer

Conversation

Copy link
Copy Markdown
Member

napi_add_finalizer doesn't support any operations related to
napi_wrap. Remove the ambiguous statements in the doc about
napi_wrap and avoid reusing the v8impl::Wrap call.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/node-api

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API. labels Nov 10, 2022
Comment thread doc/api/n-api.md Outdated
Comment thread doc/api/n-api.md Outdated
Comment thread src/js_native_api_v8.cc Outdated
Comment thread src/js_native_api_v8.cc Outdated

mhdawson 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

One small suggestion, but otherwise looks good to me.

legendecas force-pushed the node-api/add-finalizer branch 2 times, most recently from eaae589 to ce5f9ab Compare December 5, 2022 16:17
legendecas added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 5, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 5, 2022

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member

@legendecas looks like this needs a rebase now.

napi_add_finalizer doesn't support any operations related to
napi_wrap. Remove the ambiguous statements in the doc about
napi_wrap and avoid reusing the v8impl::Wrap call.
legendecas force-pushed the node-api/add-finalizer branch from ce5f9ab to b04b070 Compare December 20, 2022 03:01
legendecas added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 20, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 20, 2022

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member Author

@mhdawson rebased. Would you mind taking a look again? thank you!

mhdawson added the request-ci Add this label to start a Jenkins CI on a PR. label Jan 3, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 3, 2023

Copy link
Copy Markdown
Collaborator

legendecas added a commit that referenced this pull request Jan 4, 2023
napi_add_finalizer doesn't support any operations related to
napi_wrap. Remove the ambiguous statements in the doc about
napi_wrap and avoid reusing the v8impl::Wrap call.

PR-URL: #45401
Reviewed-By: Michael Dawson <midawson@redhat.com>

Copy link
Copy Markdown
Member Author

Landed in 198d203

legendecas closed this Jan 4, 2023
legendecas deleted the node-api/add-finalizer branch January 4, 2023 10:57
RafaelGSS pushed a commit to RafaelGSS/node that referenced this pull request Jan 17, 2023
napi_add_finalizer doesn't support any operations related to
napi_wrap. Remove the ambiguous statements in the doc about
napi_wrap and avoid reusing the v8impl::Wrap call.

PR-URL: nodejs#45401
Reviewed-By: Michael Dawson <midawson@redhat.com>
RafaelGSS pushed a commit that referenced this pull request Jan 20, 2023
napi_add_finalizer doesn't support any operations related to
napi_wrap. Remove the ambiguous statements in the doc about
napi_wrap and avoid reusing the v8impl::Wrap call.

PR-URL: #45401
Reviewed-By: Michael Dawson <midawson@redhat.com>
RafaelGSS mentioned this pull request Jan 20, 2023
toyobayashi added a commit to toyobayashi/emnapi that referenced this pull request Jan 21, 2023
juanarbol pushed a commit that referenced this pull request Jan 26, 2023
napi_add_finalizer doesn't support any operations related to
napi_wrap. Remove the ambiguous statements in the doc about
napi_wrap and avoid reusing the v8impl::Wrap call.

PR-URL: #45401
Reviewed-By: Michael Dawson <midawson@redhat.com>
juanarbol mentioned this pull request Jan 28, 2023
juanarbol pushed a commit that referenced this pull request Jan 31, 2023
napi_add_finalizer doesn't support any operations related to
napi_wrap. Remove the ambiguous statements in the doc about
napi_wrap and avoid reusing the v8impl::Wrap call.

PR-URL: #45401
Reviewed-By: Michael Dawson <midawson@redhat.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

c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL