src: include uv.h in node_binding header#31265
Closed
codebytere wants to merge 1 commit intonodejs:masterfrom
Closed
src: include uv.h in node_binding header#31265codebytere wants to merge 1 commit intonodejs:masterfrom
codebytere wants to merge 1 commit intonodejs:masterfrom
Conversation
This was removed in nodejs@3bb085d but is needed by Electron on Windows, as otherwise compilation errors will occur as a result of unknown libuv types.
a86d8b4 to
4d8ffe2
Compare
Member
|
Maybe add some comment to prevent from remove again ? |
addaleax
approved these changes
Jan 9, 2020
Member
addaleax
left a comment
There was a problem hiding this comment.
LGTM although, just to be cٓlear, including this header is not officially supported anyway
bnoordhuis
approved these changes
Jan 9, 2020
Member
bnoordhuis
left a comment
There was a problem hiding this comment.
LGTM, and frankly, I don't understand why our Windows build aren't failing... There's nothing that pulls in uv_lib_t, as far as I can determine.
devnexen
approved these changes
Jan 9, 2020
gengjiawen
approved these changes
Jan 9, 2020
cjihrig
approved these changes
Jan 9, 2020
Collaborator
jasnell
approved these changes
Jan 10, 2020
Trott
approved these changes
Jan 10, 2020
Collaborator
codebytere
added a commit
that referenced
this pull request
Jan 10, 2020
This was removed in 3bb085d but is needed by Electron on Windows, as otherwise compilation errors will occur as a result of unknown libuv types. PR-URL: #31265 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Member
Author
|
Landed in a3d8de9 |
MylesBorins
pushed a commit
that referenced
this pull request
Jan 16, 2020
This was removed in 3bb085d but is needed by Electron on Windows, as otherwise compilation errors will occur as a result of unknown libuv types. PR-URL: #31265 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Merged
This was removed in 3bb085d but is needed by Electron on Windows, as otherwise compilation errors will occur as a result of unknown
libuvtypes:See https://ci.appveyor.com/project/electron-bot/electron-ljo26/builds/29979721.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes