sbt/tasks
Mark Harrah da0444e5a3 task execution engine: fix addition of new tasks
dependencies of a task being added were filtered
  to remove already added ones all at once
however, as each new dependency is added, the
  'new' state of tasks could change
this fix checks and adds dependencies one at a time
2010-09-17 20:16:21 -04:00
..
src/test/scala MList -> KList, Relation[T] -> Relation[A,B] 2010-06-24 18:09:07 -04:00
standard TaskMap: memoizes task-producing functions 2010-09-17 19:41:20 -04:00
CompletionService.scala graph evaluator, rewrite, general updates 2010-06-07 08:53:21 -04:00
Execute.scala task execution engine: fix addition of new tasks 2010-09-17 20:16:21 -04:00
Incomplete.scala shorten toString for task Info, correct it for Incomplete 2010-09-12 22:41:02 -04:00
NOTICE MList covariant, initial Node 2010-05-30 21:14:18 -04:00
Node.scala MList -> KList, Relation[T] -> Relation[A,B] 2010-06-24 18:09:07 -04:00
Result.scala minor updates for p2 2010-08-30 09:10:25 -04:00