aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-08 09:27:29 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-08 09:30:12 -0500
commit7a429432e8e2312a57d3a74c8465b6685def1b7e (patch)
tree1b3f7a1b01cb3f3440f83224fa08d761e284adb4 /README.md
parentef180eb4bb08103c3b6dcd6cea6d1ff865e8d072 (diff)
downloadcbt-7a429432e8e2312a57d3a74c8465b6685def1b7e.tar.gz
cbt-7a429432e8e2312a57d3a74c8465b6685def1b7e.tar.bz2
cbt-7a429432e8e2312a57d3a74c8465b6685def1b7e.zip
Correcting readme according to #60
Diffstat (limited to 'README.md')
-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