sbt/tasks
Mark Harrah 1fef28d812 a standard task system on top of the 'tasks' module
map, flatMap on single/parallel tasks
dependsOn for side-effect-only dependencies
variants to handle failure- operations similar to catch/finally
fork, join, reduce, ...
initial structure to handle tags, needs to be moved to generic map
per-task streams:
  file-backed, named input/output streams and readers
  keyed by task name
  grab streams of current task or another task's streams
  pipe between tasks, ProcessBuilders (partially unify tasks/processes)
access to command line, current State from any task
multi-project aggregation controllable per-task

open issue: overloading #| with multiple type classes does not work
2010-08-14 09:55:49 -04:00
..
src/test/scala MList -> KList, Relation[T] -> Relation[A,B] 2010-06-24 18:09:07 -04:00
standard a standard task system on top of the 'tasks' module 2010-08-14 09:55:49 -04:00
CompletionService.scala graph evaluator, rewrite, general updates 2010-06-07 08:53:21 -04:00
Execute.scala Fix issue with view being called multiple times for the same task (view -> viewCache) 2010-08-14 09:45:26 -04:00
Incomplete.scala show Incomplete 2010-06-10 08:16:39 -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 graph evaluator, rewrite, general updates 2010-06-07 08:53:21 -04:00