Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uptools: convert addon-verify to remark #21978
Conversation
nodejs-github-bot
added
doc
tools
labels
Jul 25, 2018
addaleax
approved these changes
Jul 25, 2018
|
Only suggestion I’d have is that it might be nice to add a comment to the script that explains what it does. :) |
gireeshpunathil
approved these changes
Jul 25, 2018
richardlau
reviewed
Jul 26, 2018
| @@ -1,6 +1,11 @@ | |||
| 'use strict'; | |||
|
|
|||
| const { mkdir, readFileSync, writeFile } = require('fs'); | |||
| // doc/api/addons.md has a bunch of code. Extract it for verification | |||
| // that the c++ code comples and the js code runs. | |||
This comment has been minimized.
This comment has been minimized.
vsemozhetbyt
reviewed
Jul 26, 2018
| @@ -1,28 +1,38 @@ | |||
| 'use strict'; | |||
|
|
|||
| const { mkdir, readFileSync, writeFile } = require('fs'); | |||
| // doc/api/addons.md has a bunch of code. Extract it for verification | |||
| // that the c++ code complles and the js code runs. | |||
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
lpinca
approved these changes
Jul 26, 2018
cjihrig
approved these changes
Jul 27, 2018
jasnell
approved these changes
Jul 27, 2018
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Rebuild one failed OSX job: https://ci.nodejs.org/job/node-test-commit-osx/20042/ |
This comment has been minimized.
This comment has been minimized.
|
Can anybody look into the failing OSX job? Is this related to the PR? |
This comment has been minimized.
This comment has been minimized.
No, it's a problem related to one or more of:
Those bullet points above are actually me just paraphrasing what others have told me, not anything I have much knowledge of, so.... @rvagg @refack @addaleax |
This comment has been minimized.
This comment has been minimized.
|
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/16036/ |
This comment has been minimized.
This comment has been minimized.
|
@Trott Yes, it’s odd – it looks like it starts building addons before |
Trott
added
the
author ready
label
Jul 27, 2018
This comment has been minimized.
This comment has been minimized.
|
#22006 tracking issue for this flakiness. |
This comment has been minimized.
This comment has been minimized.
|
Landed in 3ffd689 |
vsemozhetbyt
closed this
Jul 28, 2018
vsemozhetbyt
added a commit
that referenced
this pull request
Jul 28, 2018
targos
added
backport-requested-v10.x
and removed
author ready
labels
Jul 31, 2018
This comment has been minimized.
This comment has been minimized.
|
Depends on #21697 to land on |
rubys commentedJul 25, 2018
This is the last use of the remark module. tools/remark-cli and
tools/remark-preset-lint-node remain.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes