Kristian Larsson
Kristian Larsson
Maybe I was too quick in declaring that it works. So yesterday macos-15 becamse available on GH runners and our build fails while it works for me locally. https://github.com/actonlang/acton/actions/runs/11018169022/job/30672147008 I...
I opted to not replace macos-14 for PR builds. Instead we stick with macos-14 for the build but add a macos-15 for run-macos. On the nightly run, we do add...
FWIW, I have encountered the very same issue. On Docker version 28.04 I get this problem. I tried downgrading to version 26 which has the old & working behavior, so...
I'd love to see this. I'm primarily using zig build as the low level compilation in another language called Acton. An Acton project is compiled by the acton compiler into...
@rcalixte I don't understand the benefit of your proposal. What do we gain by reimplement the caching strategy entirely? How will that help with furthering Zig as a tool in...
@rcalixte I'm not asking you to reiterate your proposal. I understand, fairly well, what you are suggesting should be done on a technical level. But I do not think you...
GC supports not depending on signals, https://github.com/ivmai/bdwgc/issues/588
@sydow can you take a look at this?
FWIW, I was able to work around this by assigning the value to a variable and return the variable, e.g. ```python def ret_u16() -> u16: r = u16(1) return r...
@sydow look at this, so pretty! =)