Because if file A.scala uses function f in B.scala...
# general
l
Because if file A.scala uses function f in B.scala, and then you change function g in B.scala (and f doesn't call g), then there's no reason why A.scala should be recompiled
l
qq: since I've been out of touch with scala for a bit. Is sbt incremental compile able to avoid recompilation of A.scala in this case?
l
I don't think so