🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | log inspection situation still under development | For MoarVM see #moarvm
Set by lizmat on 22 May 2021.
lizmat Files=1351, Tests=117115, 296 wallclock secs (35.18 usr 9.67 sys + 4083.14 cusr 334.93 csys = 4462.92 CPU) 11:46
Geth roast: 05a601aa59 | (Elizabeth Mattijsen)++ | spectest.data
Make sure that .are tests are actually run
11:50
Geth nqp: 96e31ba600 | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION
Bump MoarVM to get libuv bump
12:03
Geth rakudo: ac31c594ca | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to get libuv bump on MoarVM
12:21
Geth rakudo: f281aaa402 | (Elizabeth Mattijsen)++ | src/core.c/Process.pm6
One less Stash lookup for processes that use modules
14:11
Geth rakudo: 975d5866ff | (Elizabeth Mattijsen)++ | lib/CompUnit/Repository/Staging.rakumod
Make CURS.remove-artifacts also remove .lock files

Also, when on Windows, try a little harder to actually unlink files
17:32
Geth rakudo: 63bc6403cb | (Elizabeth Mattijsen)++ | src/core.c/Process.pm6
Revert "One less Stash lookup for processes that use modules"

This reverts commit f281aaa4021c4011a1694c89b02e70d4793b933b.
Apparently this is causing build failures.
19:31
rakudo: 4afbed7315 | (Elizabeth Mattijsen)++ | src/core.c/Process.pm6
Add some comment to make sure we don't try the same again
19:56
rakudo: f19d36b346 | (Elizabeth Mattijsen)++ | src/core.c/CompUnit/RepositoryRegistry.pm6
Use the faster way to look up $*REPO
nqp: eb1a891438 | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION
Bump NQP to get some MoarVM C-compiler fixes
20:09
rakudo: 2182d530e3 | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to get some MoarVM C-compiler fixes
20:23
vrurg "some MoarVM C-compiler fixes" got the build broken for me. :( 20:47
nine broken how? 20:52
MasterDuke i had to do a `make realclean` after the libuv bump, but everything is fine now 20:55
vrurg About the same solution. Wiped out nqp/ and rebuild. It's ok now. 20:59
It was something about libuv too.
MasterDuke fwiw, `/usr/bin/ld: ./libmoar.so: undefined reference to `uv__cloexec_ioctl'` was the error i got when building moarvm 21:01
vrurg MasterDuke: same here. 21:10
lizmat weird, I had no such issues on MacOS 22:00
I always build and spectest before pushing
vrurg Looks like only Linux is affected. And, perhaps, not always. 23:03
gfldex I had the same and a fresh clone solved the issue. 23:37