sbt/sbt
Grzegorz Kossakowski c8bf46e893 Expand `pkg-self` scripted test to cover #2326
The previous version of `pkg-self` covered scenario where a package object
inherited directly from a class that is being modified and recompiled in
subsequent steps. The #2326 shows that name hashing fails to handle
a package object that inherits indirectly from a modified class. In that
case, name hashing fails to invalidate the source file that defines the
package object.
This commit expands `pkg-self` with a class B that inherits from modified
class `A` and makes package object inherit from B. We mark that test as
pending to show that this indeed trigger the bug in name hashing.
2016-02-01 19:14:44 +01:00
..
notes Convert references to harrah/xsbt to sbt/sbt 2013-01-04 17:22:40 -05:00
src Expand `pkg-self` scripted test to cover #2326 2016-02-01 19:14:44 +01:00