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
Won't be fixed. Wait for the self-hosted compiler, in which this works as intended. In the meantime, fix your editor and git configs, and run zig fmt to quickly fix this.
Zig Version
0.9.0
Steps to Reproduce
This code will compile when lines end with only a
\n
newline character, but will break if Windows-style\r\n
line endings are used.Expected Behavior
The code compiles successfully.
Actual Behavior
The text was updated successfully, but these errors were encountered: