[08:46] *** sena_kun joined
[08:58] <Geth> ¦ nqp/main: 7857a7a674 | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION

[08:58] <Geth> ¦ nqp/main: Bump MoarVM for timo++ inline recursion fixes

[08:58] <Geth> ¦ nqp/main: review: https://github.com/Raku/nqp/commit/7857a7a674

[09:10] <Geth> ¦ rakudo/main: 450d54868e | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION

[09:10] <Geth> ¦ rakudo/main: Bump NQP for timo++ inline recursion fixes on MoarVM

[09:10] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/450d54868e

[10:38] <|Tux|> Rakudo v2024.10-8-g450d54868 (v6.d) on MoarVM 2024.10-3-ga041dd10f

[10:38] <|Tux|> csv-test-xs-20      0.141 -  0.142

[10:38] <|Tux|> csv-ip5xs           0.262 -  0.264

[10:38] <|Tux|> test-t --race       0.266 -  0.268

[10:38] <|Tux|> test-t              0.396 -  0.410

[10:38] <|Tux|> csv-ip5xs-20        1.102 -  1.125

[10:38] <|Tux|> test-t-20 --race    1.161 -  1.179

[10:38] <|Tux|> csv-parser          1.474 -  1.526

[10:38] <|Tux|> test                1.872 -  1.886

[10:38] <|Tux|> test-t-20           4.749 -  4.801

[10:38] <|Tux|> https://tux.nl/Talks/CSV6/speed4-20.html / https://tux.nl/Talks/CSV6/speed4.html https://tux.nl/Talks/CSV6/speed.log

[10:56] <Geth> ¦ rakudo/main: c697cf04ab | (Elizabeth Mattijsen)++ | src/core.c/Main.rakumod

[10:56] <Geth> ¦ rakudo/main: Some minor tweaks in Main

[10:56] <Geth> ¦ rakudo/main: 

[10:56] <Geth> ¦ rakudo/main: Mostly for readability, as part of investigation into #2797

[10:56] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/c697cf04ab

[13:33] <Geth> ¦ nqp/main: 726adeb32c | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION

[13:33] <Geth> ¦ nqp/main: Bump MoarVM for libuv bump

[13:33] <Geth> ¦ nqp/main: 

[13:33] <Geth> ¦ nqp/main: Jan-Olof Hendig++

[13:33] <Geth> ¦ nqp/main: review: https://github.com/Raku/nqp/commit/726adeb32c

[13:35] *** sena_kun left
[13:37] *** sena_kun joined
[13:43] <Geth> ¦ rakudo/main: 50345ec89d | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION

[13:43] <Geth> ¦ rakudo/main: Bump NQP to get libuv bump in MoarVM

[13:43] <Geth> ¦ rakudo/main: 

[13:43] <Geth> ¦ rakudo/main: Jan-Olof Hendig++

[13:43] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/50345ec89d

[13:44] <patrickb> is '# Failed test at t/04-nativecall/25-embedded.t line 32

[13:44] <patrickb> # Cannot locate symbol 'prinx' in native library 'D:\a\1\source\rakudo-2024.10\25-embedded.dll'

[13:45] <patrickb> Is this a known failure?

[13:45] <lizmat> on Windows?

[13:45] <patrickb> Yes.

[13:46] <lizmat> not to me, but that's not saying anything...  as I don't do windows

[13:46] <lizmat> fwiw, passes for me on MacOS

[13:47] <patrickb> Yeah, Linux and MacOS pass. Only Windows barfs.

[13:47] * patrickb tries a rerun

[13:48] <timo> i've seen nativecall tests fail a lot on CI

[13:48] <timo> for windows

[13:49] <patrickb> Do retries help?

[13:50] <lizmat> https://github.com/MoarVM/MoarVM/pull/1852  may be of interest?

[13:50] <lizmat> perhaps try with MVM_JIT_DISABLE=1 ?

[13:52] <patrickb> It's in CI...

[13:52] <lizmat> ah, yuck

[13:52] <patrickb> https://dev.azure.com/Rakudo/rakudo/_build/results?buildId=6538&view=results

[14:21] <[Coke]> (nativecall windows) ISTR opening a ticket on that ages ago

[14:22] <[Coke]> can't find it. I can run a build/test on head on windows if that helps

[14:29] <patrickb> It's persistent. Meh.

[14:35] <patrickb> Oh, that failing test was only added in https://github.com/rakudo/rakudo/commit/dde57d94acdbf20c1c7d11c7f523a5b0441ae501

[14:35] <patrickb> It never succeeded on Windows.

[14:40] <patrickb> Comparing https://github.com/rakudo/rakudo/blob/main/t/04-nativecall/03-simple-returns.c and https://github.com/rakudo/rakudo/blob/main/t/04-nativecall/25-embedded.c

[14:41] <patrickb> The DLLEXPORT business is completely missing.

[14:41] <patrickb> I'm pretty sure that's the issue here.

[14:42] <patrickb> So the test is broken. I'll monkey myself around the issue for the release.

[14:42] <[Coke]> patrickb++

[14:45] <Geth> ¦ rakudo: patrickbkr++ created pull request #5673: Fix t/04-nativecall/25-embedded.c

[14:45] <Geth> ¦ rakudo: review: https://github.com/rakudo/rakudo/pull/5673

[14:48] <timo> *sigh* unsigned integers man ...

[15:10] <Geth> ¦ rakudo/main: 76f62fe7b0 | (Patrick Böker)++ (committed using GitHub Web editor) | t/04-nativecall/25-embedded.c

[15:10] <Geth> ¦ rakudo/main: Fix t/04-nativecall/25-embedded.c (#5673)

[15:10] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/76f62fe7b0

[17:05] *** jdv left
[17:16] *** jdv joined
[17:49] <timo> nativecallable6: help

[17:49] <nativecallable6> timo, Like this nativecallable6: <some C definition> # See wiki for more examples: https://github.com/Raku/whateverable/wiki/Nativecallable

[17:53] <timo> nativecallable6: #include <linux/userfaultfd.h>␤#include <sys/ioctl.h>␤struct uffdio_api { __u64 api; __u64 features; __u64 ioctls; };

[17:53] <nativecallable6> timo, https://gist.github.com/4bcdaea8907611ddf6dbe956dcba6e42

[17:53] <timo> aww

[18:12] <lizmat> notable6: weekly

[18:12] <notable6> lizmat, 2 notes: 2024-10-23T15:22:32Z <lizmat>: https://dev.to/lizmat/raku-fall-issue-cleanup-lkc  ;  2024-10-27T20:25:17Z <antononcube>: https://youtu.be/kQo3wpiUu6w

[18:12] <lizmat> notable6: weekly reset

[18:12] <notable6> lizmat, Moved existing notes to “weekly_2024-10-28T18:12:35Z”

[18:12] <lizmat> And yet another Rakudo Weekly News hits the Net: https://rakudoweekly.blog/2024/10/28/2024-44-issues-fallen/

[18:15] <timo> i think something's wrong with Terminal::ANSIColor's 24bit color mode

[18:17] <timo> hum. no, it must just be me

[18:34] <[Coke]> No, it's the children who are wrong.

[18:35] <[Coke]> </meme>

[21:39] <patrickb> The binary release is done. Finally. \o/

[22:52] *** sena_kun left
[23:04] *** [Coke] left
[23:12] <lizmat> patrickb++

