Uh oh!
There was an error while loading. Please reload this page.
http_parser: move process.binding('http_parser') to internalBinding - #22329
http_parser: move process.binding('http_parser') to internalBinding#22329jasnell wants to merge 1 commit into
Conversation
nodejs-github-bot
commented
Aug 15, 2018
@jasnell sadly an error occured when I tried to trigger a build :( |
one interesting thing here is that people override |
jasnell
commented
Aug 15, 2018
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. |
ccb4aba to
381cb2aComparejasnell
commented
Aug 15, 2018
jasnell
commented
Aug 17, 2018
ping @nodejs/tsc |
BridgeAR
left a comment
There was a problem hiding this comment.
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.
jasnell
commented
Aug 18, 2018
dd2785a to
2a25ea1Comparejasnell
commented
Aug 18, 2018
Trying CI again: https://ci.nodejs.org/job/node-test-pull-request/16538/ |
jasnell
commented
Aug 18, 2018
Unrelated failure in CI...again... https://ci.nodejs.org/job/node-test-pull-request/16543/ |
jasnell
commented
Aug 18, 2018
Finally good CI. @nodejs/tsc ... PTAL |
Refs: #22160 PR-URL: #22329 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
jasnell
commented
Aug 18, 2018
Landed in 1744205 |
gajus
commented
Aug 8, 2019
Was this ever somehow addressed? Currently facing issue in #22064 (comment) |
Refs: #22160
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes