-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
src: move process.binding('signal_wrap') to internalBinding #22290
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Holding removals until migration is ironed out
f3a3bf0
to
a8c7129
Compare
@jdalton ... added to the fallthrough whitelist |
Linux-containered rerun: https://ci.nodejs.org/job/node-test-commit-linux-containered/6284/ |
ping @nodejs/tsc |
Need one more @nodejs/tsc sign off for this to land. |
a8c7129
to
4920d37
Compare
/cc @nodejs/build ... Linux-containered CI failed again for unrelated reasons: https://ci.nodejs.org/job/node-test-commit-linux-containered/6329/ |
4920d37
to
05cc6a6
Compare
Trying again: https://ci.nodejs.org/job/node-test-pull-request/16535/ |
ping @nodejs/tsc ... need one more TSC sign off on this please. |
9fd3dde
to
910efff
Compare
910efff
to
5436dfd
Compare
CI after rebasing: https://ci.nodejs.org/job/node-test-pull-request/16581/ |
PR-URL: #22290 Refs: #22160 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: John-David Dalton <john.david.dalton@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Landed in 0bdb95f |
Refs: #22160
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes