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

doc: clean up weird notes about reentrancy by addaleax · Pull Request #40107 · nodejs/node · GitHub

/ node Public

doc: clean up weird notes about reentrancy - #40107

Closed
addaleax wants to merge 1 commit into
masterfrom
reentrancy-huh
Closed

doc: clean up weird notes about reentrancy#40107
addaleax wants to merge 1 commit into
masterfrom
reentrancy-huh

Conversation

Copy link
Copy Markdown
Member

All N-API methods are reentrant, it does not make sense to talk
about specific ones here.

Some of these methods can run JS code, which of course can run
other N-API code. For those methods, let’s note that down explicitly.

All N-API methods are reentrant, it does not make sense to talk
about specific ones here.

Some of these methods can run JS code, which of course can run
other N-API code. For those methods, let’s note that down explicitly.
nodejs-github-bot added doc Issues and PRs related to the documentations. node-api Issues and PRs related to the Node-API. labels Sep 14, 2021
addaleax added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Sep 15, 2021
aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 16, 2021
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 16, 2021

Copy link
Copy Markdown
Contributor
Commit Queue failed
- Loading data for nodejs/node/pull/40107
✔  Done loading data for nodejs/node/pull/40107
----------------------------------- PR info ------------------------------------
Title      doc: clean up weird notes about reentrancy (#40107)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     addaleax:reentrancy-huh -> nodejs:master
Labels     doc, node-api, author ready
Commits    1
 - doc: clean up weird notes about reentrancy
Committers 1
 - Anna Henningsen 
PR-URL: https://github.com/nodejs/node/pull/40107
Reviewed-By: James M Snell 
Reviewed-By: Colin Ihrig 
Reviewed-By: Luigi Pinca 
Reviewed-By: Tobias Nießen 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/40107
Reviewed-By: James M Snell 
Reviewed-By: Colin Ihrig 
Reviewed-By: Luigi Pinca 
Reviewed-By: Tobias Nießen 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Tue, 14 Sep 2021 12:29:20 GMT
   ✔  Approvals: 4
   ✔  - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/40107#pullrequestreview-753962146
   ✔  - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/40107#pullrequestreview-753971337
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/40107#pullrequestreview-754204680
   ✔  - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/40107#pullrequestreview-754786754
   ✖  GitHub CI is still running
   ℹ  Green GitHub Actions CI is sufficient
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/1243460675

github-actions Bot added the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Sep 16, 2021
targos pushed a commit that referenced this pull request Sep 18, 2021
All N-API methods are reentrant, it does not make sense to talk
about specific ones here.

Some of these methods can run JS code, which of course can run
other N-API code. For those methods, let’s note that down explicitly.

PR-URL: #40107
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>

targos commented Sep 18, 2021

Copy link
Copy Markdown
Member

Landed in da13561

targos closed this Sep 18, 2021
targos deleted the reentrancy-huh branch September 18, 2021 14:15
BethGriggs pushed a commit that referenced this pull request Sep 21, 2021
All N-API methods are reentrant, it does not make sense to talk
about specific ones here.

Some of these methods can run JS code, which of course can run
other N-API code. For those methods, let’s note that down explicitly.

PR-URL: #40107
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
BethGriggs pushed a commit that referenced this pull request Sep 21, 2021
All N-API methods are reentrant, it does not make sense to talk
about specific ones here.

Some of these methods can run JS code, which of course can run
other N-API code. For those methods, let’s note that down explicitly.

PR-URL: #40107
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
BethGriggs mentioned this pull request Sep 21, 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. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. doc Issues and PRs related to the documentations. node-api Issues and PRs related to the Node-API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL