This repository was archived by the owner on Sep 8, 2022. It is now read-only.
Commit bb3aeee
committed
Log debug and verbose messages to the un-captured System.err
Fixes the regression when running under `--verbose`
```
% scalac innerClassEnclMethodJavaReflection.scala
% <in process execution of jvm/innerClassEnclMethodJavaReflection.scala> > innerClassEnclMethodJavaReflection-jvm.log
% diff /Users/jz/code/scala/test/files/jvm/innerClassEnclMethodJavaReflection-jvm.log /Users/jz/code/scala/test/files/jvm/innerClassEnclMethodJavaReflection.check--- innerClassEnclMethodJavaReflection-jvm.log
+++ empty
@@ -1,3 +1,0 @@
-% scalac unreachable/Foo_1.scala
-% scalac t2470/Test_1.scala
-% scalac t2470/Read_Classfile_2.scala
```1 parent 607df99 commit bb3aeee
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
140 | | - | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | | - | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
150 | | - | |
| 151 | + | |
151 | 152 | | |
0 commit comments