This repository was archived by the owner on Sep 8, 2022. It is now read-only.
Commit 09d2dcc
committed
Remove no-op stream capture around javac call
We fork a process with a process logger that redirects
stdout and stderr to a log file, so I can't see why this
was ever needed.
Tested:
```
Note: test execution will be non-parallel under -Dpartest.exec.in.process
% scalac t1459/InheritingPrinter.scala t1459/JavaPrinter.java t1459/ScalaPrinter.scala t1459/Test.java t1459/VarArg.java
!! 1 - run/t1459 [compilation failed]
% scalac t1459/InheritingPrinter.scala t1459/JavaPrinter.java t1459/ScalaPrinter.scala t1459/Test.java t1459/VarArg.java
JavaPrinter.java:1: error: illegal start of type declaration
public cla ss JavaPrinter implements VarArg {
^
one error found
partest --update-check \
/Users/jz/code/scala/test/files/run/t1459
```1 parent 0e63ce5 commit 09d2dcc
File tree
2 files changed
+1
-36
lines changed- src/main/scala/scala/tools/partest/nest
2 files changed
+1
-36
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
| 134 | + | |
137 | 135 | | |
138 | 136 | | |
139 | 137 | | |
| |||
Lines changed: 0 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 12 | | |
30 | 13 | | |
31 | 14 | | |
| |||
36 | 19 | | |
37 | 20 | | |
38 | 21 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 22 | | |
56 | 23 | | |
57 | 24 | | |
| |||
0 commit comments