chore: bump node to v12.16.1 (master)#22168
Conversation
7bd3d1a to
9cab619
Compare
ckerr
left a comment
There was a problem hiding this comment.
No blockers. A couple of questions, but overall looks nice.
I hadn't looked at uvwasi before, that's pretty cool 😎
ope; I didn't notice the CI runs and incorrectly thought this was ready to go. Sorry for the premature approve
10f8184 to
590ecb0
Compare
76abe85 to
e43d713
Compare
It relies on nodejs/node#29777, and we don't override prepareStackTrace.
e43d713 to
1cee8ba
Compare
nodejs/node#23188 We don't support much of TLS owing to schisms between BoringSSL and OpenSSL.
1cee8ba to
43e4324
Compare
MarshallOfSound
left a comment
There was a problem hiding this comment.
Hoping we can upstream as much of this work and the new patches as possible
|
@MarshallOfSound of the added patches: all except |
|
Release Notes Persisted
|
| node::InternalCallbackScope callback_scope( | ||
| env, v8::Local<v8::Object>(), {1, 0}, | ||
| node::InternalCallbackScope::kAllowEmptyResource | | ||
| node::InternalCallbackScope::kSkipAsyncHooks); |
There was a problem hiding this comment.
Is it recommended to skip async hooks in callback scope ? In that case should we also do that for our node integration https://github.com/electron/electron/blob/master/shell/common/api/electron_bindings.cc#L136 ?
Updating Node.js to v12.16.0.
See all changes in v12.15.0..v12.16.0
Notes: Updated Node.js to v12.16.0.