sbt/compile/inc/src
Grzegorz Kossakowski 83a131e4f5 Introduce `IncrementalCommon.invalidateSource` method.
In addition to `invalidateSources` we introduce `invalidateSource`
that invalidates dependencies of a single source. This is needed
for the name hashing algorithm because its invalidation logic
depends on information about API changes of each source file
individually.

The refactoring is done in `IncrementalCommon` class so it affects
the default implementation as well. However, this refactoring does
not affect the result of invalidation in the default implementation.
2013-12-15 18:32:49 +01:00
..
main/scala/sbt Introduce `IncrementalCommon.invalidateSource` method. 2013-12-15 18:32:49 +01:00
test/scala/sbt/inc Add hashing of public names defined in a source file. 2013-12-04 01:34:18 +01:00