lightbend-labs / dbuild

Multi-project build tool, based on sbt.
https://lightbend-labs.github.io/dbuild
Other
83 stars 14 forks source link

Factoring out the subgraph filtering #88

Closed cunei closed 10 years ago

cunei commented 10 years ago

This pull request factors out the subgraph filtering prior to building. Although runBuild() is just a subroutine within SimpleBuildActor, separating the node filtering feels a bit cleaner.

jsuereth commented 10 years ago

Ah nice. Sorry for my earlier confusion. This actually looks great!