David
David
### Zig Version 0.10.0-dev.3659+e5e6eb983 ### Steps to Reproduce ```zig const F = struct { fn function() callconv(.C) void {} }; test { comptime { _ = @export(F.function, .{ .name =...
On my Linux laptop Zig failed to be downloaded by Zigup after a timeout. However, under the same network, my MacOS Air downloads Zig just fine. ```uname -a Linux david-laptop...
### Zig Version 0.10.0-dev.4472+a4eb221b9 ### Steps to Reproduce I thought I saw this somewhere before, but I have not been able to find it. Sorry if this bug is already...
### Zig Version 0.11.0-dev.38+b40fc7018 ### Steps to Reproduce and Observed Behavior ``` git clone https://github.com/davidgm94/RNU.git cd RNU git checkout zig-comptime-runtime-break zig build ``` This happened around this code when I...
### Zig Version 0.11.0-dev.2146+9964f1c16 ### Steps to Reproduce and Observed Behavior Currently when running custom steps, all are run at the same time. If have a child process executing QEMU...
### Zig Version 0.11.0-dev.3658+5d9e8f27d ### Steps to Reproduce and Observed Behavior Edit: I posted a reduction a couple of comments below: ```zig const Foo = enum { a, }; test...
### Zig Version 0.11.0-dev.3395+1e7dcaa3a ### Steps to Reproduce and Observed Behavior I could be doing something wrong, but here are the steps to reproduce: Your standard build.zig (I only changed...
### Zig Version 0.11.0-dev.3723+423d7b848 ### Steps to Reproduce and Observed Behavior ``` git clone https://github.com/davidgm94/rise.git cd rise git switch zig-unreachable zig build ``` ```zig ~/dev/rise| > | ../zig/build/stage3/bin/zig build [Last...
### Zig Version 0.11.0-dev.4191+1bf16b172 ### Zig Language Server Version 0.11.0-dev.604+fa192c0 ### Steps to Reproduce I can't provide any useful steps to reproduce, but I will give you a stack trace...
Hi, First I just want to say this is a great project and thanks for putting this out here. I have a question regarding the BIOS bootloader. If I am...