mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 09:50:02 +02:00
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.