Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
timo very weird, even when clicing the tag in the list of branches and tags in the official libuv repo, or when clicking the commit in the releases page, that message pops up 11:15
github.com/libuv/libuv/commit/b978...1527ec4699 this is the commit that is in the v1.x branch which i think is their main development branch; that is a different commit hash from the one that the release and the tag have 11:17
does someone want to cd 3rdparty/libuv; git reset --hard b9789a452f814c9f3; cd ../..; git add 3rdparty/libuv; git commit -m 'use new commit hash for version 1.45.0'; git push 11:21
dogbert17 timo: if I wipe my rakudo install and clone it again, i.e. 'git clone github.com/rakudo/rakudo.git', followed by 'perl Configure.pl --gen-moar --gen-nqp --backends=moar' ... 16:17
it turns out that the version of MoarVM retrieved is commit 965be0af513f49 which is not the latest one, the latest is 137934244815 16:21
lizmat /master/main mixup?
timo oh, haha, perhaps 19:49
but we will also probably need to change the commit we have checked out in the submodule
lizmat timo: it was fixed: my bad 21:40