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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: