You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of Zig is required to build zigup? I'm on 0.10.0-dev.1419+338bf55e8 and I get
./GitRepoStep.zig:183:10: error: type '@typeInfo(@typeInfo(@TypeOf(std.child_process.ChildProcess.init)).Fn.return_type.?).ErrorUnion.error_set!*std.child_process.ChildProcess' does not support field access
child.stdin_behavior = .Ignore;
Might that be related to an outdated version of Zig on my part?
The text was updated successfully, but these errors were encountered:
I'm hoping this PR ziglang/zig#11987 (or something similar) gets integrated so we can have a standard location to document the required zig version and have the compiler verify it when possible.
Which version of Zig is required to build zigup? I'm on
0.10.0-dev.1419+338bf55e8
and I getMight that be related to an outdated version of Zig on my part?
The text was updated successfully, but these errors were encountered: