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.
leont Is that a libuv with uring support? :-D 01:37
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2023/05/22/2023-...xcinating/ 13:58
nine lizmat: no the submodule update needs to be done locally. I think that's also done by Configure.pl 14:11
lizmat well, I did run Configure.pl, several times actually
sadly, nothing in the Compiler.verbose-config shows a libuv version info 14:13
the Changelog in my nqp/Moarvm/3rdparty/Changelog says: 2022.03.09, Version 1.44.1 (Stable) 14:15
so I guess it didn't update :-(
nine With or without submodule update? 14:44
dogbert17 if, when standing in the MoarVM dir, I run e.g. 'perl Configure.pl --debug --prefix=../../install/' the following git stuff related to submodeles is run: 16:43
git submodule sync --quiet
git submodule --quiet init 16:44
git submodule --quiet update
checking, with e.g., 'git log' in the 3rdparty/libuv directory shows 'commit e8b7eb6908a847ffbe6ab2eec7428e43a0aa53a2 (HEAD, tag: v1.44.1)' 16:46
lizmat which is the wrong version, right? 17:32
dogbert17 yep 17:33
dogbert17 one thing that might point to me having done something stupid is that if you click the libuv link on this page: github.com/MoarVM/MoarVM/tree/main/3rdparty the foolowing message pops up 19:05
"This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository."
[Coke] might we have to clean up and force push? 21:15