google / google/compile-testing
How to simulate incremental compilation ?
Open
P3
type=enhancement
- Dominant language
- Java
- Stars
- 722
- Forks
- 129
- Avg merge
- 11m
- Merged PRs (30d)
- 4
Description
Hi,
this is more a question than an issue. I wonder how we could use compile-testing to test incremental compilation.
I can see there there is a mechanism to add classes to the javac classpath, so we could probably simulate this classes were already compiled during a previous build, and only compile classes using them.
If that the best way to do it ?
Contributor guide
Assessment
This issue has not been assessed yet.