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

async_hooks: merge resource_symbol with owner_symbol by RaisinTen · Pull Request #38468 · nodejs/node · GitHub

/ node Public

async_hooks: merge resource_symbol with owner_symbol - #38468

Closed
RaisinTen wants to merge 1 commit into
nodejs:masterfrom
RaisinTen:async_hooks/merge-resource_symbol-with-owner_symbol
Closed

async_hooks: merge resource_symbol with owner_symbol#38468
RaisinTen wants to merge 1 commit into
nodejs:masterfrom
RaisinTen:async_hooks/merge-resource_symbol-with-owner_symbol

Conversation

Copy link
Copy Markdown
Member

As per this TODO comment:

// TODO(addaleax): Merge this with owner_symbol and use it across all
// AsyncWrap instances.

github-actions Bot added async_hooks Issues and PRs related to the async hooks subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Apr 29, 2021

Copy link
Copy Markdown
Member Author

cc @addaleax

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 but definitely want @addaleax's look as well

Comment thread lib/internal/async_hooks.js Outdated
Comment thread lib/internal/async_hooks.js Outdated
Comment thread src/async_wrap.cc Outdated
Comment thread src/async_wrap.cc Outdated
RaisinTen added the wip Issues and PRs that are still a work in progress. label May 6, 2021
Comment thread src/async_wrap.cc Outdated
Signed-off-by: Darshan Sen <darshan.sen@postman.com>
RaisinTen force-pushed the async_hooks/merge-resource_symbol-with-owner_symbol branch from aa99773 to 8fa2b28 Compare July 26, 2021 06:31

This comment has been minimized.

RaisinTen requested review from Qard, Trott, addaleax and jasnell July 26, 2021 07:19

Copy link
Copy Markdown
Member Author

CI is mostly green. Could this please have another review? cc @jasnell @addaleax @Trott @Qard

RaisinTen removed the wip Issues and PRs that are still a work in progress. label Jul 26, 2021

addaleax 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

👍

I know that the constructor name checks may seem a bit icky here, but I think in the big picture doing this is definitely worth it 👍

RaisinTen added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jul 26, 2021

This comment has been minimized.

nodejs-github-bot commented Jul 26, 2021
edited by jasnell
Loading

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member Author

cc @nodejs/async_hooks if anyone else would also like to take a look.

jasnell commented Jul 28, 2021

Copy link
Copy Markdown
Member

Landed in 7ca2f13

jasnell closed this Jul 28, 2021
jasnell pushed a commit that referenced this pull request Jul 28, 2021
Signed-off-by: Darshan Sen <darshan.sen@postman.com>

PR-URL: #38468
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
RaisinTen deleted the async_hooks/merge-resource_symbol-with-owner_symbol branch July 31, 2021 04:54
danielleadams pushed a commit that referenced this pull request Aug 16, 2021
Signed-off-by: Darshan Sen <darshan.sen@postman.com>

PR-URL: #38468
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>

orgads commented Nov 2, 2021

Copy link
Copy Markdown
Contributor

This breaks AsyncLocalStorage for TCP/TLS sockets. See #40693.

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. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants


Back | FazBrowse Home | New Git URL