-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Compile error "NetworkSubsystemFailed not handled in switch" in reading file in io_mode = .evented
#6794
Comments
Another reason to let |
This was triggered by 127fa80 in ziglang#6237. Closes ziglang#6794.
@marnix Sorry for not noticing your open issue and PR! I usually look for open issues/PRs before opening one myself but I guess I was lazy yesterday. |
No problem at all! Your PR was better at making this case unreachable, so that's why I closed mine. |
Even though my PR is still undecided #6827 (comment), this issue can already be closed since it was fixed independently in 1b34365. |
Agree, double-checked that fix earlier today, closing. Thanks! |
The code below compiles fine with Zig 0.6.0, but fails to compile with error "NetworkSubsystemFailed not handled in switch" in std/event/loop.zig, with latest master (0.6.0+91a1c20e7). (This is on Linux.)
build.zig:
x.zig:
The compile error is
The text was updated successfully, but these errors were encountered: