Veikka Tuominen
Veikka Tuominen
```zig const S = struct { a: *[@sizeOf(S)]u8, }; test { var s: S = undefined; _ = s; } ``` ``` a.zig:19:10: error: struct 'a.S' depends on itself a:...
https://learn.microsoft.com/en-us/cpp/preprocessor/pragma-directives-and-the-pragma-keyword?view=msvc-170
### Zig Version 0.14.0-dev.564+75cf7fca9 ### Zig Language Server Version dfe958e4d1a9ba503cfafd39164f090daea70109 ### Client / Code Editor / Extensions vscode ### Steps to Reproduce and Observed Behavior ```zig test { var s:...
Same as what is done for Zir but for Air, example from #20084: ```sh-session $ zig-dev build-obj a.zig thread 42125 panic: attempt to use null value CodeGen a.zig: a.zig:callbackFin %23!=...
Similar to https://github.com/mlugg/setup-zig this extension should also support using mirrors for downloading Zig tarballs. I'd prefer updating the mirror list to not require updating the extension.
I already get a compile error when using declarations deprecated with `@compileError`, seeing the ones only deprecated with doc comments is much more useful. On a related note, why aren't...
### Zig Version 0.14.0-dev.2609+41786fabf ### ZLS Version 0.14.0-dev.329+19421e0f ### Client / Code Editor / Extensions vscode ### Steps to Reproduce and Observed Behavior ```zig pub fn foo(a: u32, b: u32,...
Continued from #23889 All benchmarks compiled in `ReleaseFast` on `-target x86_64-linux-gnu` `-mcpu=haswell`. ``` echo 1 > data.bin head -c 1G /dev/zero >> data.bin echo 2 >> data.bin head -c 1G...