-
Notifications
You must be signed in to change notification settings - Fork 169
Update libuv to 1.0.2 #21
Comments
@lodejard for this. We presumably need to update Kestrel as well, which is ultimately what uses libuv. |
Is it confirmed that 1.0.2 has the required fix? Perhaps debian:wheezy's package index is updated to install this from apt-get? Can we please check those? cc: @muojp |
Which fix?
Not yet (and I doubt it'll happen soon). |
Switching to 1.0.2 and new libuv home sound reasonable because there will be no further releases held on old GitHub repo ( https://github.com/joyent/libuv/ ). I tested KRE-Mono 1.0.0-rc1-10831 with
using So, I don't think there are urgent reasons (e.g. show-stopping breaking changes) to switch to newer libuv. Don't see enough reason to stay on older releases either. Of course we can't say there won't be breaking changes in future Kestrel releases, newer is better. By the way,
+1. libuv in (even) sid is 0.10 (ref: https://packages.debian.org/search?keywords=libuv ). 0.10 series are still maintained by libuv team but well, they are somehow different from 1.x.x. |
Closing to move on at #22. |
Instead of installing the rc2 version of libuv, we should maybe update to the latest 1.0.2 release.
Additionally, they are now on libuv/libuv instead of joyent/libuv: https://github.com/libuv/libuv/releases/tag/v1.0.2
The text was updated successfully, but these errors were encountered: