js_stream: move process.binding('js_stream') to internalBinding - #22239
js_stream: move process.binding('js_stream') to internalBinding#22239antsmartian wants to merge 1 commit into
Conversation
|
CI: https://ci.nodejs.org/job/node-test-pull-request/16344/ |
jdalton
left a comment
There was a problem hiding this comment.
Holding removals until migration is ironed out
|
@antsmartian ... when you get a moment, can you rebase this from master then apply the following patch that will be required for this to proceed: |
|
@jasnell Now it should be good to go.. Thanks.. |
|
@antsmartian ... this will need another rebase now that some of the other conversions to internalBinding have landed. |
|
@jasnell Taken care, guess it should be all good now. |
|
Just noticed that this used a merge commit and it's failing CI because of it. Can you squash this down to a single commit and use rebase to catch it up to master. We don't use merge commits at all. |
79a2ed6 to
7b888fa
Compare
|
@jasnell Sorry, didn't notice that. Now its all green.. thanks for your support. |
|
@antsmartian ... unfortunately this will need another rebase |
|
@jasnell Done. |
|
And, yet another rebase is necessary … sorry :( |
|
@addaleax No worries, I have an another PR which also needs rebase, will do it tonight and ping you. |
97b7369 to
77a2399
Compare
lundibundi
left a comment
There was a problem hiding this comment.
There is one more usage in lib/internal/wrap_js_stream.js, do we not want to change that as well?
BridgeAR
left a comment
There was a problem hiding this comment.
LGTM with @lundibundi s comment addressed.
|
Yet again conflicts, let me rebase it tonight.. sorry folks.. |
77a2399 to
732e502
Compare
|
Landed in dcc0c2c |
PR-URL: #22239 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: John-David Dalton <john.david.dalton@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
|
@addaleax Thanks ! |
Migration from
process.bindingtointernalBinding(see : #22160)Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes