-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
http_parser: move process.binding('http_parser') to internalBinding #22329
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
Conversation
|
@jasnell sadly an error occured when I tried to trigger a build :( |
|
one interesting thing here is that people override |
|
Yep, this one is definitely going to need the fallthrough support #22269 once I get that landed and we will need to be careful about fully deprecating this one. |
maclover7
left a comment
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.
Two small nits
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.
nit: interna --> internal
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.
Same as above
ccb4aba to
381cb2a
Compare
|
ping @nodejs/tsc |
BridgeAR
left a comment
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.
LGTM but I prefer not to move the other functions inside of the main function. Instead, it should be possible to pass through the arguments and it's likely less churn that way.
dd2785a to
2a25ea1
Compare
|
Trying CI again: https://ci.nodejs.org/job/node-test-pull-request/16538/ |
|
Unrelated failure in CI...again... https://ci.nodejs.org/job/node-test-pull-request/16543/ |
|
Finally good CI. @nodejs/tsc ... PTAL |
Refs: #22160 PR-URL: #22329 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
|
Landed in 1744205 |
Was this ever somehow addressed? Currently facing issue in #22064 (comment) |
Refs: #22160
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes