Closed igaryhe closed 9 months ago
in this commit (https://github.com/ziglang/zig/commit/68b87918df9ad82cf3161f323c55f2e238319922), std.process.ArgIteratorWindows.InitError has error.InvalidCmdLine removed, which results in compilation error since we are still referencing this error here: https://github.com/Snektron/vulkan-zig/blob/b1f3820d0881e0d3312f787aedeaf235d26c94db/generator/main.zig#L17 I'm not sure if trivially remove this would help
std.process.ArgIteratorWindows.InitError
error.InvalidCmdLine
fixed in https://github.com/Snektron/vulkan-zig/pull/121
in this commit (https://github.com/ziglang/zig/commit/68b87918df9ad82cf3161f323c55f2e238319922),
std.process.ArgIteratorWindows.InitError
haserror.InvalidCmdLine
removed, which results in compilation error since we are still referencing this error here: https://github.com/Snektron/vulkan-zig/blob/b1f3820d0881e0d3312f787aedeaf235d26c94db/generator/main.zig#L17 I'm not sure if trivially remove this would help