aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/bridge/src/sbt-test/source-dependencies/transitive-memberRef/test
blob: 395f90229b5c6240993a89e103569eb8af3ba8db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# introduces first compile iteration
> compile
# adds a new method to A which will cause transitive invalidation
# of all source files that inherit from it
# also, all direct dependencies of files that inherit from A will
# be invalidated (in our case that's X.scala)
$ copy-file changes/A1.scala src/main/scala/A.scala
# second iteration
> compile
# check in which compile iteration given source file got recompiled
> check-compilations