Skip to content

build: add missing comma in node.gyp - #31959

Merged
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:comma
Feb 27, 2020
Merged

build: add missing comma in node.gyp#31959
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:comma

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

This commit adds a missing comma for consistency with the surrounding lines.

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

@nodejs-github-botnodejs-github-bot added the build Issues and PRs related to build files or the CI. label Feb 26, 2020

@bnoordhuisbnoordhuis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Not just consistency. GYP works like python in that it concatenates strings unless separated by a comma.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

nodejs-github-bot commented Feb 27, 2020

Copy link
Copy Markdown
Collaborator

@cjihrigcjihrig added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 27, 2020
@gengjiawen

gengjiawen commented Feb 27, 2020

Copy link
Copy Markdown
Member

Can we fast track this ? Code navigation not working due to this.

Found MSVS version 15.0configure --dest-cpu=x64Node.js configure: Found Python 2.7.17...Warning: Missing input files:src\large_pages\node_large_page.hsrc\memory_tracker.htools\msvs\genfiles\node_etw_provider.rctools\msvs\genfiles\node_etw_provider.h

@cjihrig

Copy link
Copy Markdown
ContributorAuthor

This has the approvals, CI run, etc. Please 👍 this comment to approve fast tracking as @gengjiawen requests.

This commit adds a missing comma for consistency with the
surrounding lines.
PR-URL: nodejs#31959
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
@cjihrigcjihrig added the fast-track PRs that do not need to wait for 48 hours to land. label Feb 27, 2020
@cjihrig
cjihrig merged commit a29b6cd into nodejs:masterFeb 27, 2020
@cjihrig
cjihrig deleted the comma branch February 27, 2020 14:58
codebytere pushed a commit that referenced this pull request Feb 27, 2020
This commit adds a missing comma for consistency with the
surrounding lines.
PR-URL: #31959
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
@codebyterecodebytere mentioned this pull request Feb 29, 2020
@targos

Copy link
Copy Markdown
Member

Depends on the large pages change to land on v12.x

@targostargos removed author ready PRs that have at least one approval, no pending requests for changes, and a CI started. backport-blocked-v12.x labels Apr 25, 2020
targos pushed a commit to targos/node that referenced this pull request Apr 25, 2020
This commit adds a missing comma for consistency with the
surrounding lines.
PR-URL: nodejs#31959
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
targos pushed a commit that referenced this pull request Apr 28, 2020
This commit adds a missing comma for consistency with the
surrounding lines.
PR-URL: #31959
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
@targostargos mentioned this pull request May 2, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@cjihrig@nodejs-github-bot@gengjiawen@targos@bnoordhuis@ChALkeR@addaleax@lpinca@richardlau