sbt/compile
Mark Harrah cf355f1822 Fix incremental compilation problem with package objects inheriting from invalidated sources in a subpackage.
Resolution of https://issues.scala-lang.org/browse/SI-4695 seems to be to deprecate
inheriting from a class in a subpackage.  This commit is an alternative solution,
possibly to be reverted or restricted if resolution of SI-4695 changes or if this
proves to be too conservative in practice.

Review by @gkossakowski.  With separate inheritance/function call dependency tracking,
this probably should only pull in package objects with inheritance dependencies on
invalidated files.
2012-12-19 10:17:56 -05:00
..
api 2.9 compatibility for incremental compilation modules 2012-12-11 14:41:22 -05:00
inc Fix incremental compilation problem with package objects inheriting from invalidated sources in a subpackage. 2012-12-19 10:17:56 -05:00
integration/src/main/scala/sbt/compiler Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
interface Fix for dependency on class file corresponding to a package. (#620) 2012-12-10 13:53:52 -05:00
ivy/src/main/scala/sbt/compiler Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
persist Add `compilations` field to `Analysis`. 2012-12-10 09:15:52 -05:00
src/main/scala/sbt move Eval test to correct location 2012-12-19 10:17:56 -05:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00