★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/21850Nouvelle recherche | Portail wanayoo
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

tools: properly convert .gypi in install.py #21850

Closed
wants to merge 1 commit into from

Conversation

@hashseed
Copy link
Member

hashseed commented Jul 17, 2018

It was breaking during install when .gypi strings had quotes in
them. e.g.: 'foo': 'bar="baz"'

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
tools: properly convert .gypi in install.py
It was breaking during install when .gypi strings had quotes in
them. e.g.: 'foo': 'bar="baz"'

@hashseed hashseed requested review from bnoordhuis and thefourtheye Jul 17, 2018

@refack

refack approved these changes Jul 18, 2018

@refack

This comment has been minimized.

Copy link
Member

refack commented Jul 18, 2018

CI run: https://ci.nodejs.org/job/node-test-pull-request/15919/
(Interesting to see as we have some python 2.6 in there)

@refack

This comment has been minimized.

Copy link
Member

refack commented Jul 18, 2018

@refack refack added the tools label Jul 18, 2018

@hashseed

This comment has been minimized.

Copy link
Member Author

hashseed commented Jul 19, 2018

Landed as 5e5ffc8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.