Skip to content

Commit 88855e0

Browse files
santigimenoruyadorno
authored andcommittedSep 16, 2023
deps: upgrade to libuv 1.46.0
Notable changes - fs: use WTF-8 on Windows: libuv/libuv#2970 - linux: add some more iouring backed fs ops: libuv/libuv#4012 Important bugs fixed - linux: work around io_uring IORING_OP_CLOSE bug: libuv/libuv#4059 - src: don't run timers if loop is stopped/unref'd: libuv/libuv#4048 PR-URL: #48618 Backport-PR-URL: #49591 Fixes: #48512 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> PR-URL: #48078
1 parent fb2b80f commit 88855e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1528
-764
lines changed
 

‎deps/uv/.readthedocs.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sphinx:
66
fail_on_warning: false
77

88
build:
9+
os: "ubuntu-22.04"
910
tools:
1011
python: "3.9"
1112

‎deps/uv/AUTHORS

+6
Original file line numberDiff line numberDiff line change
@@ -542,3 +542,9 @@ Lewis Russell <me@lewisr.dev>
542542
sivadeilra <arlie.davis@gmail.com>
543543
cui fliter <imcusg@gmail.com>
544544
Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
545+
Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com>
546+
Stefan Karpinski <stefan@karpinski.org>
547+
liuxiang88 <94350585+liuxiang88@users.noreply.github.com>
548+
Jeffrey H. Johnson <trnsz@pobox.com>
549+
Abdirahim Musse <33973272+abmusse@users.noreply.github.com>
550+
小明 <7737673+caobug@users.noreply.github.com>

0 commit comments

Comments
 (0)
Please sign in to comment.