sbt/compile/inc
Grzegorz Kossakowski 2551eb2a63 Do not add source dependencies on itself.
Adding source dependency on itself doesn't really bring any value so
there's no reason to do it. We avoided recording that kind of dependencies
by performing a check in `AnalysisCallback` implementation. However, if we
have another implementation like `TestCallback` used for testing we do
not benefit from that check.

Therefore, the check has been moved to dependency phase were dependencies
are collected.
2013-11-26 18:39:23 +01:00
..
src Do not add source dependencies on itself. 2013-11-26 18:39:23 +01:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00
notes - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00