Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix space in deps #1436

Closed
wants to merge 2 commits into from
Closed

Fix space in deps #1436

wants to merge 2 commits into from

Conversation

jeffsenn
Copy link

@jeffsenn jeffsenn commented May 10, 2018

Checklist
  • npm install && npm test passes
    xxx- [ ] tests are included
    (Note: I'm unsure how to test this case without a lengthy exercise)
  • commit message follows [commit guidelines]
Description of change

Fixes a narrow issue when spaces are found in paths in the computed dependencies of the Makefile. This occurs in the unusual circumstance that the username and/or home directory has a space

@ghost
Copy link

ghost commented Jun 3, 2018

Spaces are not an unusual case, will this be merged?

bnoordhuis pushed a commit that referenced this pull request Jun 8, 2018
PR-URL: #1436
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@bnoordhuis
Copy link
Member

I'm not 100% positive this is going to catch all cases but it's still a step up. Landed in 1cf636b, thanks Jeff!

@bnoordhuis bnoordhuis closed this Jun 8, 2018
MylesBorins added a commit to MylesBorins/node that referenced this pull request Jun 21, 2018
This is a fix for filenames that have spaces which currently breaks
node-gyp. npm has not yet updated the dependency to the latest version
in the mean time we should land this as a patch

Refs: nodejs/node-gyp#1436
MylesBorins added a commit to nodejs/node that referenced this pull request Jun 25, 2018
This is a fix for filenames that have spaces which currently breaks
node-gyp. npm has not yet updated the dependency to the latest version
in the mean time we should land this as a patch

PR-URL: #21448
Refs: nodejs/node-gyp#1436
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
MylesBorins added a commit to nodejs/node that referenced this pull request Jun 25, 2018
This is a fix for filenames that have spaces which currently breaks
node-gyp. npm has not yet updated the dependency to the latest version
in the mean time we should land this as a patch

PR-URL: #21448
Refs: nodejs/node-gyp#1436
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
targos pushed a commit to nodejs/node that referenced this pull request Jun 26, 2018
This is a fix for filenames that have spaces which currently breaks
node-gyp. npm has not yet updated the dependency to the latest version
in the mean time we should land this as a patch

PR-URL: #21448
Refs: nodejs/node-gyp#1436
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
rvagg pushed a commit to nodejs/node that referenced this pull request Aug 16, 2018
This is a fix for filenames that have spaces which currently breaks
node-gyp. npm has not yet updated the dependency to the latest version
in the mean time we should land this as a patch

PR-URL: #21448
Refs: nodejs/node-gyp#1436
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants