Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 36 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterprisesbuild,src: sync `/src/` files with node.gyp #24505
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
commented
Nov 20, 2018
|
@refack sadly an error occured when I tried to trigger a build :( |
nodejs-github-bot
added
the
build
label
Nov 20, 2018
This comment has been minimized.
This comment has been minimized.
refack
added
C++
lib / src
labels
Nov 20, 2018
refack
self-assigned this
Nov 20, 2018
This comment has been minimized.
This comment has been minimized.
refack
requested a review
from
danbev
Nov 26, 2018
refack
added
the
gyp
label
Nov 26, 2018
richardlau
approved these changes
Nov 26, 2018
This comment has been minimized.
This comment has been minimized.
|
A second review on this one would be nice. /ping @danbev @addaleax @bnoordhuis @indutny @jasnell |
danbev
approved these changes
Nov 26, 2018
indutny
approved these changes
Nov 26, 2018
|
LGTM with a question. |
| @@ -583,6 +597,8 @@ | |||
| 'src/node_crypto.h', | |||
| 'src/node_crypto_bio.h', | |||
| 'src/node_crypto_clienthello.h', | |||
| 'src/node_crypto_clienthello-inl.h', | |||
| 'src/node_crypto_groups.h', | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
refack
force-pushed the
refack:sync-src-file
branch
from
903aa1c
to
4b08614
Nov 26, 2018
refack
merged commit 4b08614
into
nodejs:master
Nov 26, 2018
refack
deleted the
refack:sync-src-file
branch
Nov 26, 2018
targos
added a commit
that referenced
this pull request
Nov 27, 2018
rvagg
added a commit
that referenced
this pull request
Nov 28, 2018
This was referenced Dec 7, 2018
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
refack
removed their assignment
Mar 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.

refack commentedNov 20, 2018
•
edited
Add missing files. Sort
.cppand.hblocks.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes