#Is there a way display errors in a more compact way?

1 messages · Page 1 of 1 (latest)

tender cave
#

For example in this screenshot the error contains a reference to the actual command that caused the error (zig.exe build-exe -ODebug ...), which goes down for several pages.

I've never found a use for it so far, and it just makes it hard to see the actual error.

--summary none doesn't change much here, what can I do?

Thanks!

dreamy spire
#

--prominent-compile-errors

tender cave
dreamy spire
#

really?

#

oh huh

#

ok well it seems like --prominent-compile-errors only works for some errors. this was zig build run --prominent-compile-errors

#

for a syntax error it didn't put the error at the bottom though for some reason