Skip to content

Conversation

@isaacs
Copy link
Contributor

This fixes the last of the Windows regressions in 6.11.0.

Changelog:

6.11.2 (2019-08-22):

Fix a recent Windows regression, and two long-standing Windows bugs. Also, get CI running on Windows, so these things are less likely in the future.

DEPENDENCIES

BUGFIXES

  • 6cc4cc66f escape args properly on Windows Bash Despite being bash, Node.js running on windows git mingw bash still executes child processes using cmd.exe. As a result, arguments in this environment need to be escaped in the style of cmd.exe, not bash. (@isaacs)

TESTS

@nodejs-github-botnodejs-github-bot added the npm Issues and PRs related to the npm client dependency or the npm registry. label Aug 22, 2019
Copy link
Member

@trivikrtrivikr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RSLGTM

@nodejs-github-bot
Copy link
Collaborator

Copy link
Member

@TrottTrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber-stamp LGTM

@Trott
Copy link
Member

This can land on or after September 5.

@Trott
Copy link
Member

Copy link
Member

@ZYSzysZYSzys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RSLGTM

@danbev
Copy link
Contributor

This can land on or after September 5.

@Trott Just curious about the reason for waiting until September 5 for this? (just for future reference)

@Trott
Copy link
Member

This can land on or after September 5.

@Trott Just curious about the reason for waiting until September 5 for this? (just for future reference)

We have a rule that new npm versions wait two weeks after their release before landing them in Node.js master. That caution may be outdated and we may wish to revisit it. Or maybe it is serving us well. But in either case, I post those notes because people (understandably) forget that npm PRs are handled differently from other PRs.

@lpinca
Copy link
Member

Superseded by #29430.

@lpincalpinca closed this Oct 12, 2019
@wraithgarwraithgar deleted the npm-v6.11.2 branch June 26, 2025 15:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

npmIssues and PRs related to the npm client dependency or the npm registry.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@isaacs@nodejs-github-bot@Trott@danbev@lpinca@gengjiawen@trivikr@ZYSzys