-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v8: move process.binding('v8') to internalBinding #22288
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
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.
[wrong button]
@jdalton ... The See https://nodejs.org/dist/latest-v10.x/docs/api/v8.html#v8_v8:
Therefore, this PR should not be blocked by the transition discussion. |
I'd dig it if we could get a rough wag at usage before skipping deprecation processes. |
Technically the |
01a0230
to
a2d45fb
Compare
@jdalton ... added |
ping @nodejs/tsc |
Another CI failure in linux-containered: https://ci.nodejs.org/job/node-test-commit-linux-containered/6330/ |
8840799
to
9a0dcd0
Compare
Trying CI yet again: https://ci.nodejs.org/job/node-test-pull-request/16500/ |
Resume Build: https://ci.nodejs.org/job/node-test-pull-request/16509/ |
9a0dcd0
to
e0a0987
Compare
Trying again: https://ci.nodejs.org/job/node-test-pull-request/16536/ |
Trying arm fanned again because of an unrelated failure... https://ci.nodejs.org/job/node-test-commit-arm-fanned/3012/ |
e0a0987
to
c5a3d31
Compare
Full CI after rebase: https://ci.nodejs.org/job/node-test-pull-request/16555/ |
Resume Build: https://ci.nodejs.org/job/node-test-pull-request/16560/ |
PR-URL: nodejs#22288 Refs: nodejs#22160 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: John-David Dalton <john.david.dalton@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Landed in 892932f |
Refs: #22160
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes