Skip to content

Conversation

@rickyes
Copy link
Contributor

@rickyesrickyes commented Sep 25, 2020

The characters specified within NODE_OPTIONS can now be escaped, which
is handy especially in conjunction with --require (where the file path
might happen to contain spaces that shouldn't cause the option to be
split into two).

This PR adds v10.x-compatible commits in addition to backport of #24065.

Fixes: #12971
Refs: microsoft/vscode-js-debug#769
PR-URL: #24065
Reviewed-By: @addaleax

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Maël Nisonand others added 2 commits September 25, 2020 20:51
The characters specified within NODE_OPTIONS can now be escaped, which is handy especially in conjunction with `--require` (where the file path might happen to contain spaces that shouldn't cause the option to be split into two). Fixes: nodejs#12971 PR-URL: nodejs#24065 Reviewed-By: Anna Henningsen <[email protected]>
@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. v10.x labels Sep 25, 2020
@rickyes
Copy link
ContributorAuthor

/cc @atian25

@rickyesrickyes added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 25, 2020
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 25, 2020
@nodejs-github-bot
Copy link
Collaborator

@rickyesrickyes added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 25, 2020
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 25, 2020
@nodejs-github-bot
Copy link
Collaborator

@rickyesrickyes added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 25, 2020
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 25, 2020
@nodejs-github-bot
Copy link
Collaborator

@rickyesrickyes added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 26, 2020
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 26, 2020
@nodejs-github-bot
Copy link
Collaborator

@rickyesrickyes added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 26, 2020
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 26, 2020
@nodejs-github-bot
Copy link
Collaborator

@rickyesrickyes added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 27, 2020
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 27, 2020
@nodejs-github-bot
Copy link
Collaborator

@rickyes
Copy link
ContributorAuthor

There are a lot of flaky tests that don't seem to be relevant to this PR, @addaleax@BridgeAR PTAL

@MylesBorins
Copy link
Contributor

Ping @nodejs/LTS

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Sep 27, 2020

richardlau pushed a commit that referenced this pull request Oct 7, 2020
The characters specified within NODE_OPTIONS can now be escaped, which is handy especially in conjunction with `--require` (where the file path might happen to contain spaces that shouldn't cause the option to be split into two). Fixes: #12971 PR-URL: #24065 Backport-PR-URL: #35342 Reviewed-By: Anna Henningsen <[email protected]> Refs: microsoft/vscode-js-debug#769
@richardlau
Copy link
Member

Landed in 2eb6273.

@rickyesrickyes deleted the backport-24065-to-v10.x branch October 10, 2020 04:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

4 participants

@rickyes@nodejs-github-bot@MylesBorins@richardlau