stage2 test harness: show source file name in compile errors #8829
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
Milestone
Currently, compile errors in test cases look like this:
The source file name is not included. Similarly, if you get a compile error, it gets truncated in the message:
Here the change that I made was:
But the compile error did not show md5.zig which would have saved a lot of time. This is now important, because AstGen compile errors can now fail the CI for std lib contributions!
Related: #8828
The text was updated successfully, but these errors were encountered: