| 12 Dec 2025 | |||
| timo | i can't do it either | 22:36 | |
| 13 Dec 2025 | |||
| lizmat | granted | 00:01 | |
| japhb | The all-powerful lizmat! :-) | 01:00 | |
| Geth | MoarVM/main: 20 commits pushed by (Patrick Böker)++ review: github.com/MoarVM/MoarVM/compare/d...fdfc459c04 |
20:08 | |
| MoarVM/main: e765890c1e | (Patrick Böker)++ | src/io/procops.c unbreak the Rakudo build We dropped the UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS flag in the non PTY case. That's pretty wrong. |
23:03 | ||
| 15 Dec 2025 | |||
| librasteve_ | rakudoweekly.blog/2025/12/15/2025-...plar-poll/ | 18:41 | |
| 16 Dec 2025 | |||
| Geth | MoarVM/nativecall_beware_the_moving_pointer: 2e6906d7ab | (Timo Paulssen)++ | 2 files Nativecall: ensure we don't read from outdated pointers |
17:11 | |
| MoarVM: timo++ created pull request #1976: Nativecall: ensure we don't read from outdated pointers |
17:14 | ||
| MoarVM/nativecall_beware_the_moving_pointer: 14094ccd81 | (Timo Paulssen)++ | 2 files MVM_nativecall_make_cppstruct allocates, so root args and res_type around it |
17:47 | ||
| MoarVM/fix_procops_build: e714b81fdc | (Timo Paulssen)++ | src/io/procops.c Don't accidentally use label + variable declaration I think this is what broke compilation on macs? |
18:23 | ||
| MoarVM: timo++ created pull request #1977: Don't accidentally use label + variable declaration |
|||
| timo | 18:25 | ||
| The macOS-13 based runner images are now retired. For more details, see github.com/actions/runner-images/issues/13046. | |||
| T Mac_13_MVM | |||
| looks like this is also happening | |||
| "IMAGE_NAME": "ubuntu-22.04", | 18:26 | ||
| ^- what the fuck? :) | |||
| that is apparently related to using the built-in find-on-page tool, for some reason searching for "u" makes a whole lot of " show up all over the place | 18:29 | ||
| Geth | MoarVM/fix_procops_build: d223e8cbb7 | (Timo Paulssen)++ | azure-pipelines.yml Move GH actions OS versions up. goodbye macos-13, ubuntu-20.04 |
18:32 | |
| timo | wait ... this isn't using gh actions, this is using azure | 18:33 | |
| • Full Removal Date: April 30th, 2025 - this was ubuntu 20.04 on azure pipelines | 18:34 | ||
| • Full Retiral Date: 4th December 2025 - this is macos-13 | 18:36 | ||
| Geth | MoarVM/fix_procops_build: 46375a474d | (Timo Paulssen)++ | azure-pipelines.yml Move azure pipeline OS versions up. goodbye macos-13, ubuntu-20.04 Also, the runner was complaining about the Win job names starting with an underscore, so to get it to still go first, we put an A in front |
18:49 | |
| 17 Dec 2025 | |||
| MoarVM/main: e714b81fdc | (Timo Paulssen)++ | src/io/procops.c Don't accidentally use label + variable declaration I think this is what broke compilation on macs? |
08:16 | ||
| MoarVM/main: 46375a474d | (Timo Paulssen)++ | azure-pipelines.yml Move azure pipeline OS versions up. goodbye macos-13, ubuntu-20.04 Also, the runner was complaining about the Win job names starting with an underscore, so to get it to still go first, we put an A in front |
|||
| MoarVM/main: f82841bcc7 | (Patrick Böker)++ (committed using GitHub Web editor) | 2 files Merge pull request #1977 from MoarVM/fix_procops_build Fix Azure Pipelines CI build: procops.c syntax problem and deprecated runner images |
|||
| MoarVM/main: 380ad21aef | timo++ (committed using GitHub Web editor) | 2 files Nativecall: ensure we don't read from outdated pointers (#1976) * Nativecall: ensure we don't read from outdated pointers * MVM_nativecall_make_cppstruct allocates, so root args and res_type around it |
08:56 | ||
| 18 Dec 2025 | |||
| MoarVM/jit_bail_for_vararg_nativecalls: 55bdf6bd91 | (Timo Paulssen)++ | src/jit/graph.c JIT: bail on sp_runnativecall with variadic args until the calling convention is properly implemented in the jit code, it's safer to just not jit for now. |
18:34 | ||
| MoarVM: timo++ created pull request #1978: JIT: bail on sp_runnativecall with variadic args |
18:35 | ||