| 12 Nov 2025 | |||
| ab5tract | updated with the failure mode with LD_DEBUG="all" in the gist | 15:56 | |
| I figured you wouldn't want to see the success mode with its 335k lines | |||
| oops, LD_DEBUG simply advances its own line counter | 15:58 | ||
| updating with the success case too | |||
| timo | are we sure that Configure.pl did nothing to these files? that's weird | 15:59 | |
| ab5tract | it's so bizarre. I can't even find the location where it calls the moar executable | 16:00 | |
| oh, I'm probably ignoring these system_or_die calls | |||
| scratch that, I still don't see it | 16:09 | ||
| so it's not just Configure.pl, it dies when make is run directly too: gist.githubusercontent.com/ab5trac...tfile5.txt | 16:11 | ||
| timo | when it outputs "./libmoar.so (0x00007f5a68400000)" does that refer to an actual libmoar.so in the CWD? should it not be outputting a second path in ldd when it finds it according to the runpath? | 16:12 | |
| ab5tract | I assumed it referred to the libmoar.so at ../lib/./libmoar.so | 16:21 | |
| but you have made me realize that I haven' | |||
| I haven't gathered any example of what these look like for me under a gcc build | |||
| note also that copying the libmoar.so file into the same directory as moar | 17:16 | ||
| doesn't fix anything | |||
| 13 Nov 2025 | |||
| Voldenet | possibly related github.com/ziglang/zig/issues/17373 | 00:19 | |
| ab5tract | Voldenet: yeah that looks like it, that ticket also links to github.com/ziglang/zig/issues/22847 | 09:47 | |
| Interestingly I did not encounter this at all when doing the original work on my Mac | |||
| I was trying to figure out how to disable the cache just to see if that helped at all but didn’t find how during a precursory glance through the mountain of clang / zig cc CLI flags and switches | 09:49 | ||
| Anyway, I guess *technically* this isn’t a blocker on the moarvm patch (thought it can wait until after release) | 09:55 | ||
| [Coke] | thank you. :) | 17:35 | |
| ab5tract | \ | 19:46 | |
| 15 Nov 2025 | |||
| Geth | MoarVM/2025.11: 420aa2382c | (Will Coleda)++ | 2 files Update changelog and version |
17:20 | |
| MoarVM: coke++ created pull request #1972: Update changelog and version |
17:25 | ||
| MoarVM/main: 420aa2382c | (Will Coleda)++ | 2 files Update changelog and version |
17:30 | ||
| MoarVM/main: ce7af2a7f5 | (Will Coleda)++ (committed using GitHub Web editor) | 2 files Merge pull request #1972 from MoarVM/2025.11 Update changelog and version |
|||
| [Coke] | moarvm.org updates should come here too | 17:44 | |
| maybe? (They currently go to #raku-doc) | |||
| Geth | MoarVM/coke/releng: d25c93c50a | (Will Coleda)++ | docs/release_guide.md Minor updates to release guide |
17:47 | |
| MoarVM: coke++ created pull request #1973: Minor updates to release guide |
|||
| 16 Nov 2025 | |||
| MoarVM/main: a5dc336cc1 | (Patrick Böker)++ (committed using GitHub Web editor) | 10 files Add vararg support to NativeCall (#1969) The target type of the variadic values are determined by looking at the types of the incoming values and a mapping. |
08:14 | ||
| 17 Nov 2025 | |||
| librasteve_ | rakudoweekly.blog/2025/11/17/2025-...lease-187/ | 19:24 | |
| Geth | MoarVM/main: 17b39b0c95 | (Will Coleda)++ (committed using GitHub Web editor) | docs/release_guide.md Minor updates to release guide (#1973) |
21:14 | |
| 24 Nov 2025 | |||
| librasteve_ | rakudoweekly.blog/2025/11/24/2025-...t-calling/ | 17:45 | |