mirror of https://github.com/sbt/sbt.git
**Problem** Current implementation of testQuick depends on the concept of timestamp, which probably won't work well with the new consistent analysis store or the idea of remote caching. **Solution** This is a step towards cached testing by making the incrementality hermetic (no longer depends on the timestamp). Instead this calculates the aggregated SHA-256 of the class files involved in the test. |
||
|---|---|---|
| .. | ||
| sbt/internal | ||
| testpkg | ||
| BuildPathsTest.scala | ||
| ClasspathsTest.scala | ||
| Delegates.scala | ||
| ParseKeySpec.scala | ||
| ParserSpec.scala | ||
| PluginCommandTest.scala | ||
| PluginsTest.scala | ||
| ProjectMacro.scala | ||
| ProjectSpec.scala | ||
| SelectedFilterTest.scala | ||
| TagsTest.scala | ||