Uh oh!
There was an error while loading. Please reload this page.
tools: convert addon-verify to remark - #21978
Conversation
This is the last use of the remark *module*. tools/remark-cli and tools/remark-preset-lint-node remain.
addaleax
left a comment
There was a problem hiding this comment.
Only suggestion I’d have is that it might be nice to add a comment to the script that explains what it does. :)
| 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. |
| 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. |
There was a problem hiding this comment.
complles -> compiles :)
And maybe c++ -> C++
This comment has been minimized.
This comment has been minimized.
vsemozhetbyt
commented
Jul 27, 2018
vsemozhetbyt
commented
Jul 27, 2018
Rebuild one failed OSX job: https://ci.nodejs.org/job/node-test-commit-osx/20042/ |
vsemozhetbyt
commented
Jul 27, 2018
Can anybody look into the failing OSX job? Is this related to the PR? |
Trott
commented
Jul 27, 2018
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 |
Trott
commented
Jul 27, 2018
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/16036/ |
addaleax
commented
Jul 27, 2018
@Trott Yes, it’s odd – it looks like it starts building addons before |
refack
commented
Jul 27, 2018
#22006 tracking issue for this flakiness. |
vsemozhetbyt
commented
Jul 28, 2018
Landed in 3ffd689 |
This is the last use of the remark *module*. tools/remark-cli and tools/remark-preset-lint-node remain. PR-URL: #21978 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
targos
commented
Jul 31, 2018
Depends on #21697 to land on |
This is the last use of the remark *module*. tools/remark-cli and tools/remark-preset-lint-node remain. PR-URL: #21978 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This is the last use of the remark *module*. tools/remark-cli and tools/remark-preset-lint-node remain. PR-URL: nodejs/node#21978 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
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