Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master branch breaks compilation #120

Closed
igaryhe opened this issue Feb 26, 2024 · 1 comment
Closed

master branch breaks compilation #120

igaryhe opened this issue Feb 26, 2024 · 1 comment

Comments

@igaryhe
Copy link
Contributor

igaryhe commented Feb 26, 2024

in this commit (ziglang/zig@68b8791), std.process.ArgIteratorWindows.InitError has error.InvalidCmdLine removed, which results in compilation error since we are still referencing this error here:

error.InvalidCmdLine => @panic("Invalid command line"),

I'm not sure if trivially remove this would help

@igaryhe
Copy link
Contributor Author

igaryhe commented Feb 27, 2024

fixed in #121

@igaryhe igaryhe closed this as completed Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant