From 3b56ccd0b7737c5b29f55ab169de49fb6709770f Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Thu, 10 Nov 2016 01:43:34 -0500 Subject: comment regarding trigger files --- stage1/cbt.scala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stage1') 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 } -- cgit v1.2.3