aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2016-03-08 09:30:47 -0500
committerJan Christopher Vogt <oss.nsp@cvogt.org>2016-03-08 09:30:47 -0500
commit4518812fc211fde2ad9ab63ca72772fbb11fa6bc (patch)
tree1b3f7a1b01cb3f3440f83224fa08d761e284adb4
parentef180eb4bb08103c3b6dcd6cea6d1ff865e8d072 (diff)
parent7a429432e8e2312a57d3a74c8465b6685def1b7e (diff)
downloadcbt-4518812fc211fde2ad9ab63ca72772fbb11fa6bc.tar.gz
cbt-4518812fc211fde2ad9ab63ca72772fbb11fa6bc.tar.bz2
cbt-4518812fc211fde2ad9ab63ca72772fbb11fa6bc.zip
Merge pull request #61 from cvogt/circleci
Correcting readme according to #60
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index c900182..5fd89e5 100644
--- a/README.md
+++ b/README.md
@@ -118,12 +118,9 @@ Missing features in comparison with SBT
---------------------------------------
Not implemented yet, but rather easily possible without API changes or
-major refactors is concurrently building / downloading dependencies and
+major refactors is concurrently building dependencies and
running tests. Right now it is sequential.
-
-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.
+Maven downloads already happen in parallel as well as some tasks like packaging.
Another edge case that may need a solution is dynamically overwriting
tasks. SBT allows that. Classes and traits are static. The only use