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

doc: correct async_hooks resource names by Flarna · Pull Request #24001 · nodejs/node · GitHub

/ node Public

doc: correct async_hooks resource names - #24001

Closed
Flarna wants to merge 1 commit into
nodejs:masterfrom
Flarna:fix_async_hooks_doc
Closed

doc: correct async_hooks resource names#24001
Flarna wants to merge 1 commit into
nodejs:masterfrom
Flarna:fix_async_hooks_doc

Conversation

Flarna commented Oct 31, 2018

Copy link
Copy Markdown
Member

Correct async hools resource names to match the implementation:
FSREQWRAP => FSREQCALLBACK
TCPSERVER => TCPSERVERWRAP

Refs: #21971
Refs: #17157

Checklist

Correct async hools resource names to match the implementation:
`FSREQWRAP` => `FSREQCALLBACK`
`TCPSERVER` => `TCPSERVERWRAP`

Refs: #21971
Refs: #17157
nodejs-github-bot added async_hooks Issues and PRs related to the async hooks subsystem. doc Issues and PRs related to the documentations. labels Oct 31, 2018

Copy link
Copy Markdown
Contributor

vsemozhetbyt added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Oct 31, 2018

Copy link
Copy Markdown
Contributor

Landed in 7181531
Thank you!

pull Bot pushed a commit to SimenB/node that referenced this pull request Nov 2, 2018
Correct async hooks resource names to match the implementation:
`FSREQWRAP` => `FSREQCALLBACK`
`TCPSERVER` => `TCPSERVERWRAP`

PR-URL: nodejs#24001
Refs: nodejs#21971
Refs: nodejs#17157
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Flarna deleted the fix_async_hooks_doc branch November 2, 2018 21:53
targos pushed a commit that referenced this pull request Nov 3, 2018
Correct async hooks resource names to match the implementation:
`FSREQWRAP` => `FSREQCALLBACK`
`TCPSERVER` => `TCPSERVERWRAP`

PR-URL: #24001
Refs: #21971
Refs: #17157
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

Copy link
Copy Markdown
Contributor

Should this be backported to v10.x-staging? If yes please follow the guide and raise a backport PR, if not let me know or add the dont-land-on label.

Flarna commented Nov 27, 2018

Copy link
Copy Markdown
Member Author

it's only partial applicable (TCPSERVER => TCPSERVERWRAP) but this is also applicable to v8.x. Will create a PR later for 10.x
Regarding labels: I have no rights to set/clear them.

Flarna commented Nov 27, 2018

Copy link
Copy Markdown
Member Author

Created backport PRs for v10 (#24683) and v8 (#24684).
I was not able to follow the guideline till the end as I have no rights to start CI.

BethGriggs pushed a commit that referenced this pull request Dec 3, 2018
Correct async hooks resource names to match the implementation:
`TCPSERVER` => `TCPSERVERWRAP`

Refs: #17157

PR-URL: #24684
Refs: #17157
Refs: #24001
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2018
Correct async hooks resource names to match the implementation:
`TCPSERVER` => `TCPSERVERWRAP`

Backport-PR-URL: #24683
PR-URL: #24001
Refs: #21971
Refs: #17157
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 26, 2018
Correct async hooks resource names to match the implementation:
`TCPSERVER` => `TCPSERVERWRAP`

Backport-PR-URL: #24683
PR-URL: #24001
Refs: #21971
Refs: #17157
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
codebytere mentioned this pull request Jan 4, 2019
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

async_hooks Issues and PRs related to the async hooks subsystem. author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL