Skip to content

deps: upgrade libuv to 1.9.0

Rodrigo Muino Tomonari requested to merge github/fork/saghul/uv-upgrade into master

Pull Request check-list

Please make sure to review and check all of these items:

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with this change (including linting)?
  • Is the commit message formatted according to CONTRIBUTING.md?
  • If this change fixes a bug (or a performance problem), is a regression test (or a benchmark) included?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.

Affected core subsystem(s)

deps / libuv

Description of change

WIP, just to get the ball rolling. The release is near, so better run this through the CI to see there are no problems (running tests locally on OSX yields good hope).

I referenced all Node issues I could find, if you know of any others please let me know!

Fixes: https://github.com/nodejs/node/issues/5737 Fixes: https://github.com/nodejs/node/issues/4643 Fixes: https://github.com/nodejs/node/issues/4291 Fixes: https://github.com/nodejs/node-v0.x-archive/issues/8960

Merge request reports

Loading