mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 20:18:15 +02:00
Add a new field in `Source` that indicates whether this `Source` represents a package object. This field is used in the incrmental compiler to perform recompilation of package objects rather than relying on the file name being `package.scala`. Mark pending test `source-dependencies/package-object-name` as passing.