-
### Zig Version
0.14.0-dev.2034+56996a280
### ZLS Version
0.14.0-dev.179+5acc066
### Client / Code Editor / Extensions
Zed 0.158.2
### Steps to Reproduce and Observed Behavior
Hi,…
-
```
/home/folkert/t/grindcov/build.zig:3:21: error: root struct of file 'std' has no member named 'build'
pub fn build(b: *std.build.Builder) void {
~~~^~~~~~
/home/folkert/t/zig-…
-
```
> ~/zig/0.13.0-dev.351+64ef45eb0/files/zig build run-triangle
Segmentation fault at address 0x40
???:?:?: 0x7f2b2d690700 in ??? (libwayland-client.so.0)
Unwind information for `libwayland-clie…
-
```sh
install
└─ install ziggy
└─ zig build-exe ziggy Debug native 6 errors
src/cli/logging.zig:12:28: error: union 'builtin.Type' has no member named 'EnumLiteral'
comptime scope: @Type(.…
yonas updated
2 weeks ago
-
cova's build.zig is no longer valid.
```
/Users/p7r0x7/.cache/zig/p/122073922013698dd2c2339cb9fa37436408eb97d033f166b817d8a12193c47c2af3/build.zig:182:51: error: no field named 'Struct' in union 'bu…
-
```
/Users/cbarrett/.cache/zig/p/1220ce16c66295bc5234fb9c82c910ba0d68d134531a6eadd04d31ab75ecf8bc973b/build.zig:28:28: error: no field named 'path' in union 'Build.LazyPath'
lib.addIncludePath(.…
-
### Zig Version
0.14.0-dev.2051+b1361f237
### Steps to Reproduce and Observed Behavior
In std thread pool, all "spawn" methods will add new tasks to the beginning of the queue:
https://github.co…
-
Demonstrate how to execute system (or terminal) commands in Zig
Link to Zig module: https://github.com/ziglang/zig/blob/master/lib/std/process/Child.zig
```zig
const argv: []const []const u…
-
### Zig Version
latest master (stage2)
### Steps to Reproduce and Observed Behavior
Build the stage2 compiler as described in the readme, try to build any project (like from `zig init`), and it fai…
-
### Zig Version
0.14.0-dev.2052+6a364b4a5
### Steps to Reproduce and Observed Behavior
Trying to compile this
```
const std = @import("std");
pub fn main() !void {
var gpa = std.…