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

src: guard against calling `Init()` multiple times by addaleax · Pull Request #26458 · nodejs/node · GitHub

/ node Public

src: guard against calling Init() multiple times - #26458

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:init-guard
Closed

src: guard against calling Init() multiple times#26458
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:init-guard

Conversation

addaleax commented Mar 5, 2019

Copy link
Copy Markdown
Member

This function should only be called once. Calling it multiple times
would currently break Node.js (e.g. re-registering builtin modules
would break the linked list for them).

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

This function should only be called once. Calling it multiple times
would currently break Node.js (e.g. re-registering builtin modules
would break the linked list for them).
addaleax added the embedding Issues and PRs related to embedding Node.js in another project. label Mar 5, 2019

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 Mar 5, 2019
addaleax added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Mar 5, 2019

addaleax commented Mar 5, 2019

Copy link
Copy Markdown
Member Author

BridgeAR commented Mar 8, 2019

Copy link
Copy Markdown
Member

addaleax commented Mar 9, 2019

Copy link
Copy Markdown
Member Author

Landed in 97ce5e0

addaleax closed this Mar 9, 2019
addaleax deleted the init-guard branch March 9, 2019 11:53
addaleax added a commit that referenced this pull request Mar 9, 2019
This function should only be called once. Calling it multiple times
would currently break Node.js (e.g. re-registering builtin modules
would break the linked list for them).

PR-URL: #26458
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 13, 2019
This function should only be called once. Calling it multiple times
would currently break Node.js (e.g. re-registering builtin modules
would break the linked list for them).

PR-URL: #26458
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 14, 2019
This function should only be called once. Calling it multiple times
would currently break Node.js (e.g. re-registering builtin modules
would break the linked list for them).

PR-URL: #26458
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.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

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++. embedding Issues and PRs related to embedding Node.js in another project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL