Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: upgrade to libuv 1.38.1 #34187

Merged
merged 1 commit into from Jul 11, 2020
Merged

deps: upgrade to libuv 1.38.1 #34187

merged 1 commit into from Jul 11, 2020

Commits on Jul 11, 2020

  1. deps: upgrade to libuv 1.38.1

    Notable changes:
    
    - A probable compiler bug in VS2019 was causing a
      failed assertion in libuv which appeared to the
      user as though the system clock was drifting. The
      `uv_hrtime()` code on Windows has been rearranged
      to work around the issue.
    - On Linux, `uv_loadavg()` attempts to read from
      `/proc/loadavg` before falling back to calling
      `sysinfo()`. This works around a bug in LXC.
    - A deadlock in the Windows TTY code has been fixed.
    - An issue on macOS related to monotonic clocks jumping
      back in time has been worked around.
    
    PR-URL: nodejs#34187
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
    cjihrig committed Jul 11, 2020
    Copy the full SHA
    3751662 View commit details
    Browse the repository at this point in the history