Commit 1293e2f
committed
Emit empty .tasty files by default
Before this commit, we only created .tasty files under -YemitTasty, we
haven't decided yet if this should be the default, but even if we don't
end up doing that, it is still useful to emit empty .tasty files to
signal that the corresponding .class file has a tasty section, this is
much simpler to check than parsing classfiles to look for a tasty section.
Also, fix -YemitTasty tof work with AbstractFile who are not backed by
java.io.File, previously this lead to NullPointerException.1 parent bfdf732 commit 1293e2f
1 file changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
208 | 209 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
214 | 218 | | |
215 | 219 | | |
216 | 220 | | |
| |||
0 commit comments