aboutsummaryrefslogtreecommitdiff
path: root/stage2
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-27 05:48:52 +0800
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-27 18:53:41 +0800
commit89e788de2ed17f43921c1eae10ce9c98b9b96200 (patch)
tree51634138876af1ad4dcd7d229d83f07cc2380cca /stage2
parentcbfe884669472e579d83aea369d1c270fcf2d6d0 (diff)
downloadcbt-89e788de2ed17f43921c1eae10ce9c98b9b96200.tar.gz
cbt-89e788de2ed17f43921c1eae10ce9c98b9b96200.tar.bz2
cbt-89e788de2ed17f43921c1eae10ce9c98b9b96200.zip
comments to move a bunch of things into stage2
Diffstat (limited to 'stage2')
-rw-r--r--stage2/BuildDependency.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/stage2/BuildDependency.scala b/stage2/BuildDependency.scala
index 0162791..9a2918a 100644
--- a/stage2/BuildDependency.scala
+++ b/stage2/BuildDependency.scala
@@ -25,6 +25,7 @@ final case class DirectoryDependency(context: Context, pathToNestedBuild: String
def transientCache = context.transientCache
private lazy val root = lib.loadRoot( context )
lazy val dependency: Dependency = {
+ // TODO: move this into finalBuild probably
def selectNestedBuild( build: Dependency, names: Seq[String], previous: Seq[String] ): Dependency = {
names.headOption.map{ name =>
if( lib.taskNames(build.getClass).contains(name) ){