08:46
sena_kun joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | nqp/main: 7857a7a674 | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION Bump MoarVM for timo++ inline recursion fixes |
08:58 | |||||||||||||||||||||||||||||||||||||
rakudo/main: 450d54868e | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION Bump NQP for timo++ inline recursion fixes on MoarVM |
09:10 | ||||||||||||||||||||||||||||||||||||||
|Tux| |
|
10:38 | |||||||||||||||||||||||||||||||||||||
tux.nl/Talks/CSV6/speed4-20.html / tux.nl/Talks/CSV6/speed4.html tux.nl/Talks/CSV6/speed.log | |||||||||||||||||||||||||||||||||||||||
Geth | rakudo/main: c697cf04ab | (Elizabeth Mattijsen)++ | src/core.c/Main.rakumod Some minor tweaks in Main Mostly for readability, as part of investigation into #2797 |
10:56 | |||||||||||||||||||||||||||||||||||||
nqp/main: 726adeb32c | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION Bump MoarVM for libuv bump Jan-Olof Hendig++ |
13:33 | ||||||||||||||||||||||||||||||||||||||
13:35
sena_kun left
13:37
sena_kun joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | rakudo/main: 50345ec89d | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION Bump NQP to get libuv bump in MoarVM Jan-Olof Hendig++ |
13:43 | |||||||||||||||||||||||||||||||||||||
patrickb | is '# Failed test at t/04-nativecall/25-embedded.t line 32 | 13:44 | |||||||||||||||||||||||||||||||||||||
# Cannot locate symbol 'prinx' in native library 'D:\a\1\source\rakudo-2024.10\25-embedded.dll' | |||||||||||||||||||||||||||||||||||||||
Is this a known failure? | 13:45 | ||||||||||||||||||||||||||||||||||||||
lizmat | on Windows? | ||||||||||||||||||||||||||||||||||||||
patrickb | Yes. | ||||||||||||||||||||||||||||||||||||||
lizmat | not to me, but that's not saying anything... as I don't do windows | 13:46 | |||||||||||||||||||||||||||||||||||||
fwiw, passes for me on MacOS | |||||||||||||||||||||||||||||||||||||||
patrickb | Yeah, Linux and MacOS pass. Only Windows barfs. | 13:47 | |||||||||||||||||||||||||||||||||||||
patrickb tries a rerun | |||||||||||||||||||||||||||||||||||||||
timo | i've seen nativecall tests fail a lot on CI | 13:48 | |||||||||||||||||||||||||||||||||||||
for windows | |||||||||||||||||||||||||||||||||||||||
patrickb | Do retries help? | 13:49 | |||||||||||||||||||||||||||||||||||||
lizmat | github.com/MoarVM/MoarVM/pull/1852 may be of interest? | 13:50 | |||||||||||||||||||||||||||||||||||||
perhaps try with MVM_JIT_DISABLE=1 ? | |||||||||||||||||||||||||||||||||||||||
patrickb | It's in CI... | 13:52 | |||||||||||||||||||||||||||||||||||||
lizmat | ah, yuck | ||||||||||||||||||||||||||||||||||||||
patrickb | dev.azure.com/Rakudo/rakudo/_build...ew=results | ||||||||||||||||||||||||||||||||||||||
[Coke] | (nativecall windows) ISTR opening a ticket on that ages ago | 14:21 | |||||||||||||||||||||||||||||||||||||
can't find it. I can run a build/test on head on windows if that helps | 14:22 | ||||||||||||||||||||||||||||||||||||||
patrickb | It's persistent. Meh. | 14:29 | |||||||||||||||||||||||||||||||||||||
Oh, that failing test was only added in github.com/rakudo/rakudo/commit/dd...b0441ae501 | 14:35 | ||||||||||||||||||||||||||||||||||||||
It never succeeded on Windows. | |||||||||||||||||||||||||||||||||||||||
Comparing github.com/rakudo/rakudo/blob/main...-returns.c and github.com/rakudo/rakudo/blob/main...embedded.c | 14:40 | ||||||||||||||||||||||||||||||||||||||
The DLLEXPORT business is completely missing. | 14:41 | ||||||||||||||||||||||||||||||||||||||
I'm pretty sure that's the issue here. | |||||||||||||||||||||||||||||||||||||||
So the test is broken. I'll monkey myself around the issue for the release. | 14:42 | ||||||||||||||||||||||||||||||||||||||
[Coke] | patrickb++ | ||||||||||||||||||||||||||||||||||||||
Geth | rakudo: patrickbkr++ created pull request #5673: Fix t/04-nativecall/25-embedded.c |
14:45 | |||||||||||||||||||||||||||||||||||||
timo | *sigh* unsigned integers man ... | 14:48 | |||||||||||||||||||||||||||||||||||||
Geth | rakudo/main: 76f62fe7b0 | (Patrick Böker)++ (committed using GitHub Web editor) | t/04-nativecall/25-embedded.c Fix t/04-nativecall/25-embedded.c (#5673) |
15:10 | |||||||||||||||||||||||||||||||||||||
17:05
jdv left
17:16
jdv joined
|
|||||||||||||||||||||||||||||||||||||||
timo | nativecallable6: help | 17:49 | |||||||||||||||||||||||||||||||||||||
nativecallable6 | timo, Like this nativecallable6: <some C definition> # See wiki for more examples: github.com/Raku/whateverable/wiki/...vecallable | ||||||||||||||||||||||||||||||||||||||
timo | nativecallable6: #include <linux/userfaultfd.h>#include <sys/ioctl.h>struct uffdio_api { __u64 api; __u64 features; __u64 ioctls; }; | 17:53 | |||||||||||||||||||||||||||||||||||||
nativecallable6 | timo, gist.github.com/4bcdaea8907611ddf6...56dcba6e42 | ||||||||||||||||||||||||||||||||||||||
timo | aww | ||||||||||||||||||||||||||||||||||||||
lizmat | notable6: weekly | 18:12 | |||||||||||||||||||||||||||||||||||||
notable6 | lizmat, 2 notes: 2024-10-23T15:22:32Z <lizmat>: dev.to/lizmat/raku-fall-issue-cleanup-lkc ; 2024-10-27T20:25:17Z <antononcube>: youtu.be/kQo3wpiUu6w | ||||||||||||||||||||||||||||||||||||||
lizmat | notable6: weekly reset | ||||||||||||||||||||||||||||||||||||||
notable6 | lizmat, Moved existing notes to “weekly_2024-10-28T18:12:35Z” | ||||||||||||||||||||||||||||||||||||||
lizmat | And yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2024/10/28/2024-...es-fallen/ | ||||||||||||||||||||||||||||||||||||||
timo | i think something's wrong with Terminal::ANSIColor's 24bit color mode | 18:15 | |||||||||||||||||||||||||||||||||||||
hum. no, it must just be me | 18:17 | ||||||||||||||||||||||||||||||||||||||
[Coke] | No, it's the children who are wrong. | 18:34 | |||||||||||||||||||||||||||||||||||||
</meme> | 18:35 | ||||||||||||||||||||||||||||||||||||||
patrickb | The binary release is done. Finally. \o/ | 21:39 | |||||||||||||||||||||||||||||||||||||
22:52
sena_kun left
23:04
[Coke] left
|
|||||||||||||||||||||||||||||||||||||||
lizmat | patrickb++ | 23:12 |