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

src: pass isMainThread into bootstrap/node.js directly by joyeecheung · Pull Request #25017 · nodejs/node · GitHub

/ node Public

src: pass isMainThread into bootstrap/node.js directly - #25017

Closed
joyeecheung wants to merge 1 commit into
nodejs:masterfrom
joyeecheung:move-threadid
Closed

src: pass isMainThread into bootstrap/node.js directly#25017
joyeecheung wants to merge 1 commit into
nodejs:masterfrom
joyeecheung:move-threadid

Conversation

joyeecheung commented Dec 13, 2018
edited
Loading

Copy link
Copy Markdown
Member

Instead of loading the worker binding for the sole purpose of
detecting whether we are inside the main thread unconditionally.

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

Instead of loading the working binding for the sole purpose of
detecting whether we are inside the main thread unconditionally.

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Dec 13, 2018

addaleax commented Dec 14, 2018
edited by Trott
Loading

Copy link
Copy Markdown
Member

addaleax added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Dec 14, 2018

Copy link
Copy Markdown
Member

Landed in 7a6bd9f

addaleax closed this Dec 15, 2018
addaleax pushed a commit that referenced this pull request Dec 15, 2018
Instead of loading the working binding for the sole purpose of
detecting whether we are inside the main thread unconditionally.

PR-URL: #25017
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>

Copy link
Copy Markdown
Contributor

This does not land cleanly on v11.x, is someone willing to do a backport?

Copy link
Copy Markdown
Member

Also cherry-picked with a minor conflict resolution in test/parallel/test-bootstrap-modules.js.

addaleax pushed a commit that referenced this pull request Jan 14, 2019
Instead of loading the working binding for the sole purpose of
detecting whether we are inside the main thread unconditionally.

PR-URL: #25017
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
refack pushed a commit to refack/node that referenced this pull request Jan 14, 2019
Instead of loading the working binding for the sole purpose of
detecting whether we are inside the main thread unconditionally.

PR-URL: nodejs#25017
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR mentioned this pull request Jan 16, 2019
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Jan 16, 2019
Instead of loading the working binding for the sole purpose of
detecting whether we are inside the main thread unconditionally.

PR-URL: nodejs#25017
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins mentioned this pull request Jan 24, 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

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++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants


Back | FazBrowse Home | New Git URL