You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments