From 3c016fdb4b60e3fe645ad4e18a4578f05a8cee7f Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sun, 6 Mar 2016 01:55:49 -0500 Subject: update readme - not true anymore, parallel tasks works --- README.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 18b398a..cf0a75f 100644 --- a/README.txt +++ b/README.txt @@ -106,14 +106,6 @@ Not implemented yet, but rather easily possible without API changes or major refactors is concurrently building / downloading dependencies and running tests. Right now it is sequential. -SBT in comparison goes a step further and is conceptually able to also run tasks -within single project to run concurrently. If I wanted to do that in -CBT, it would require an API change. I would need to make tasks Monads, -which means wrapper types and comprehensions everywhere. That would -complicate ease of use and I am actually skeptical about the benefit. -How often to you need to run tasks in parallel within a single project? -"compile" happens before "package" before "publish". - CBT allows tasks to lazily depend on other tasks. SBT currently does not, because it uses an Applicative, not a Monad, so task dependencies are eager. -- cgit v1.2.3