Skip to content

cmd/go: add prefix to errors when using -x #51781

@QuLogic

Description

@QuLogic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    GoCommandcmd/goNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions