Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redirecting all stdout of subcommands to stderr (#2656)
go tool compile writes syntax errors to stdout, including the one reported in #2592. Meanwhile, all regular output of subcommands should have been written to files. We should direct all stdout of subcommands to stderr, so we can find all errors in stderr. This mirrors behavior in the go command
- Loading branch information