Skip to content

build,src: sync /src/ files with node.gyp - #24505

Merged
refack merged 1 commit into
nodejs:masterfrom
refack:sync-src-file
Nov 26, 2018
Merged

build,src: sync /src/ files with node.gyp#24505
refack merged 1 commit into
nodejs:masterfrom
refack:sync-src-file

Conversation

@refack

@refackrefack commented Nov 20, 2018

Copy link
Copy Markdown
Contributor

Add missing files. Sort .cpp and .h blocks.

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

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@refack sadly an error occured when I tried to trigger a build :(

@nodejs-github-botnodejs-github-bot added the build Issues and PRs related to build files or the CI. label Nov 20, 2018
@refack

Copy link
Copy Markdown
ContributorAuthor

@refackrefack added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. labels Nov 20, 2018
@refackrefack self-assigned this Nov 20, 2018
@refack

Copy link
Copy Markdown
ContributorAuthor

/CC @nodejs/build-files

@refack
refack requested a review from danbevNovember 26, 2018 00:58
@refackrefack added the gyp Issues and PRs related to the GYP tool and .gyp build files label Nov 26, 2018
@Trott

Copy link
Copy Markdown
Member

A second review on this one would be nice. /ping @danbev@addaleax@bnoordhuis@indutny@jasnell

@indutnyindutny 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.

LGTM with a question.

Comment threadnode.gyp
'src/node_crypto_bio.h',
'src/node_crypto_clienthello.h',
'src/node_crypto_clienthello-inl.h',
'src/node_crypto_groups.h',

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.

Are headers really necessary here at all?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Sort of... they are added as dependencies for MSBuild and ninja. Also they are added to the MSVS GUI + intellisense + static analysis.
image

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Maybe also relevant for XCode, and compile_commands.json

PR-URL: nodejs#24505
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
@refack
refack merged commit 4b08614 into nodejs:masterNov 26, 2018
@refack
refack deleted the sync-src-file branch November 26, 2018 21:41
targos pushed a commit that referenced this pull request Nov 27, 2018
PR-URL: #24505
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
rvagg pushed a commit that referenced this pull request Nov 28, 2018
PR-URL: #24505
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
@BridgeARBridgeAR mentioned this pull request Dec 5, 2018
4 tasks
refack added a commit to refack/node that referenced this pull request Jan 14, 2019
PR-URL: nodejs#24505
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
@refackrefack removed their assignment Mar 11, 2019
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.c++Issues and PRs that require attention from people who are familiar with C++.gypIssues and PRs related to the GYP tool and .gyp build fileslib / srcIssues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@refack@nodejs-github-bot@Trott@indutny@danbev@richardlau@BethGriggs