Skip to content

[v11.x backport] process: move more dependency of environment variables to pre-execution - #26662

Closed
refack wants to merge 4 commits into
nodejs:v11.x-stagingfrom
refack:backport-26466-to-v11.x
Closed

[v11.x backport] process: move more dependency of environment variables to pre-execution#26662
refack wants to merge 4 commits into
nodejs:v11.x-stagingfrom
refack:backport-26466-to-v11.x

Conversation

@refack

@refackrefack commented Mar 14, 2019

Copy link
Copy Markdown
Contributor

Backport of #26466

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

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@refack

Copy link
Copy Markdown
ContributorAuthor

@refackrefack added the process Issues and PRs related to the process subsystem. label Mar 14, 2019
@refack

Copy link
Copy Markdown
ContributorAuthor

Last CI was positive so:
https://ci.nodejs.org/job/node-test-pull-request/21546/

joyeecheungand others added 4 commits March 17, 2019 09:45
Since we should treat the node-inspect as third-party
user code.
PR-URL: nodejs#26466
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Since it depends on environment variables.
PR-URL: nodejs#26466
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Since this depends on environment variable, and the worker threads
do not need to persist the variable value because they cannot
switch cwd.
PR-URL: nodejs#26466
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@refack
refackforce-pushed the backport-26466-to-v11.x branch from 93795d9 to f442b54CompareMarch 17, 2019 13:46
@refack

Copy link
Copy Markdown
ContributorAuthor

targos pushed a commit to targos/node that referenced this pull request Mar 27, 2019
Since we should treat the node-inspect as third-party
user code.
Backport-PR-URL: nodejs#26662
PR-URL: nodejs#26466
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
targos pushed a commit to targos/node that referenced this pull request Mar 27, 2019
Since it depends on environment variables.
Backport-PR-URL: nodejs#26662
PR-URL: nodejs#26466
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
targos pushed a commit to targos/node that referenced this pull request Mar 27, 2019
Since this depends on environment variable, and the worker threads
do not need to persist the variable value because they cannot
switch cwd.
Backport-PR-URL: nodejs#26662
PR-URL: nodejs#26466
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
targos pushed a commit to targos/node that referenced this pull request Mar 27, 2019
PR-URL: nodejs#26662
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@targos

Copy link
Copy Markdown
Member

Landed in v11.x-staging

@targostargos closed this Mar 27, 2019
@targostargos mentioned this pull request Mar 27, 2019
@refack
refack deleted the backport-26466-to-v11.x branch April 14, 2019 21:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

processIssues and PRs related to the process subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@refack@nodejs-github-bot@targos@joyeecheung