Uh oh!
There was an error while loading. Please reload this page.
build: include missing V8 headers in distribution - #40526
Conversation
@targos I think |
I can also verify that v8-weak-callback-info.h needs to be added to that list (is referenced from v8-persistent-handle.h https://github.com/nodejs/node/blob/master/deps/v8/include/v8-persistent-handle.h#L10), and then I think, at least my code, builds fine. |
a7ce196 to
dd85e18CompareFast-track has been requested by @targos. Please 👍 to approve. |
nodejs-github-bot
commented
Oct 20, 2021
nodejs-github-bot
commented
Oct 20, 2021
targos
commented
Oct 20, 2021
Can I have some reviews? I'd like to make a quick release to fix Node.js native addons. |
nodejs-github-bot
commented
Oct 20, 2021
@nodejs/releasers @nodejs/tsc is one of you available to review (and approve fast-tracking)? |
Landed in a397009...3ec3ba5 |
Fixes: nodejs/Release#704 PR-URL: #40526Fixes: #40529 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Fixes: nodejs/Release#704 PR-URL: #40526Fixes: #40529 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Notable changes: Fixed distribution for native addon builds This release fixes an issue introduced in Node.js v17.0.0, where some V8 headers were missing from the distributed tarball, making it impossible to build native addons. These headers are now included. #40526 Fixed stream issues * Fixed a regression in `stream.promises.pipeline`, which was introduced in version 16.10.0, is fixed. It is now possible again to pass an array of streams to the function. #40193 * Fixed a bug in `stream.Duplex.from`, which didn't work properly when an async generator function was passed to it. #40499 PR-URL: #40535
Notable changes: Fixed distribution for native addon builds This release fixes an issue introduced in Node.js v17.0.0, where some V8 headers were missing from the distributed tarball, making it impossible to build native addons. These headers are now included. #40526 Fixed stream issues * Fixed a regression in `stream.promises.pipeline`, which was introduced in version 16.10.0, is fixed. It is now possible again to pass an array of streams to the function. #40193 * Fixed a bug in `stream.Duplex.from`, which didn't work properly when an async generator function was passed to it. #40499 PR-URL: #40535
Fixes: nodejs/Release#704
Fixes: #40529