-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ConsoleReporter sends INFO to stdout (#20328)
Fixes #16701 Tested only manually. For example, with `tailrec` printer enabled, ``` scalac -Vprint:typer example.scala > x 2> y ``` puts tree output and tailrec trace in x, warnings & errors & summary count in y. x is the output I asked for. This makes it easier to see trace and trees correctly interleaved, since `> out 2>&1` does not guarantee it. Tests may depend on how output is captured. Scala 2 partest captures stderr to log, for example.
- Loading branch information
Showing
4 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters