aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2016-08-29 15:18:46 +0200
committerGitHub <noreply@github.com>2016-08-29 15:18:46 +0200
commit213e65be82601a23cbd0ef9f86a23460297533e1 (patch)
tree1a81981fd87541afe358349a850898ee62c2e832 /README.md
parent959ea0cad3a2ffe441b5e406d26cddbd6cc431ee (diff)
downloaddotty-213e65be82601a23cbd0ef9f86a23460297533e1.tar.gz
dotty-213e65be82601a23cbd0ef9f86a23460297533e1.tar.bz2
dotty-213e65be82601a23cbd0ef9f86a23460297533e1.zip
Update readme: mark Exhaustivity checks & multiv.eq. as implemented
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index bdac6376d..20fea6653 100644
--- a/README.md
+++ b/README.md
@@ -30,8 +30,10 @@ See [github contributors page](https://github.com/lampepfl/dotty/graphs/contribu
| Colored Repl | Implemented |
| Sbt incremental build | Implemented |
| Non-blocking lazy vals | Implemented |
+| Multiverse equality | Implemented |
| Option-less pattern matching(based on [name-based patmat](https://github.com/scala/scala/pull/2848)) | Implemented |
| Function arity adaptation | Implemented |
+| Exhaustivity checks in pattern matching | Implemented |
| | |
| Non-boxed arrays of value classes | In progress |
| Working contravariant implicits | In progress |
@@ -44,8 +46,7 @@ See [github contributors page](https://github.com/lampepfl/dotty/graphs/contribu
| Effects | Under consideration |
| Auto-completion in repl | Under consideration |
| Spec Option-less pattern matching | Under consideration |
-| Multiverse equality | Under consideration |
-| Exhaustivity checks in pattern matching | Under consideration |
+
There are also plethora of small details such as [per-callsite @tailrec annotations](https://github.com/lampepfl/dotty/issues/1221)
####What are the complications that I can have If I start using Dotty?