cmd/go: add prefix to errors when using -x #51781
Labels
GoCommand
cmd/go
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
For normal compiles, the output is sparse, and so errors are quite obvious. The fact that sometimes compiling will continue on to other files is not too important.
However, in verbose mode, there is a lot of output and it is very very very difficult to find an error in the sea of verbosity, especially when multiple files were compiled after the actual error. If errors had an
error:
prefix or similar, it would be far easier to find the source of the problem.The text was updated successfully, but these errors were encountered: