-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorfrontendTokenization, parsing, AstGen, Sema, and Liveness.Tokenization, parsing, AstGen, Sema, and Liveness.
Milestone
Description
Zig Version
0.10.0-dev.2836+2360f8c49
Steps to Reproduce
pub fn main() {}TERM=dumb zig run x.zig
Expected Behavior
x.zig:1:15: error: expected return type expression, found '{'
pub fn main() {}
^
(without color)
Actual Behavior
x.zig:1:15: error: expected return type expression, found '{'
(no color (expected) and the error message is missing the source code and the caret (unexpected))
The output for dumb terminals can be improved to be on par with the output for non-dumb terminals, without escape sequences.
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorfrontendTokenization, parsing, AstGen, Sema, and Liveness.Tokenization, parsing, AstGen, Sema, and Liveness.
