aboutsummaryrefslogtreecommitdiff
path: root/stage1
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-11-10 01:43:34 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-11-10 01:44:50 -0500
commit3b56ccd0b7737c5b29f55ab169de49fb6709770f (patch)
tree33336ec59695402abbd0153eaff540843642744c /stage1
parentfcd003b384ccbe49c7f1f2d3a19e7627149e7e07 (diff)
downloadcbt-3b56ccd0b7737c5b29f55ab169de49fb6709770f.tar.gz
cbt-3b56ccd0b7737c5b29f55ab169de49fb6709770f.tar.bz2
cbt-3b56ccd0b7737c5b29f55ab169de49fb6709770f.zip
comment regarding trigger files
Diffstat (limited to 'stage1')
-rw-r--r--stage1/cbt.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/stage1/cbt.scala b/stage1/cbt.scala
index a324d29..bf82556 100644
--- a/stage1/cbt.scala
+++ b/stage1/cbt.scala
@@ -35,6 +35,9 @@ object `package`{
}
implicit class BuildInterfaceExtensions(build: BuildInterface){
import build._
+ // TODO: if every build has a method triggers a callback if files change
+ // then we wouldn't need this and could provide this method from a
+ // plugin rather than hard-coding trigger files stuff in cbt
def triggerLoopFiles: Seq[File] = triggerLoopFilesArray.to
def crossScalaVersions: Seq[String] = crossScalaVersionsArray.to
}