File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,10 @@ See [github contributors page](https://github.com/lampepfl/dotty/graphs/contribu
30
30
| Colored Repl | Implemented |
31
31
| Sbt incremental build | Implemented |
32
32
| Non-blocking lazy vals | Implemented |
33
+ | Multiverse equality | Implemented |
33
34
| Option-less pattern matching(based on [ name-based patmat] ( https://github.com/scala/scala/pull/2848 ) ) | Implemented |
34
35
| Function arity adaptation | Implemented |
36
+ | Exhaustivity checks in pattern matching | Implemented |
35
37
| | |
36
38
| Non-boxed arrays of value classes | In progress |
37
39
| Working contravariant implicits | In progress |
@@ -44,8 +46,7 @@ See [github contributors page](https://github.com/lampepfl/dotty/graphs/contribu
44
46
| Effects | Under consideration |
45
47
| Auto-completion in repl | Under consideration |
46
48
| Spec Option-less pattern matching | Under consideration |
47
- | Multiverse equality | Under consideration |
48
- | Exhaustivity checks in pattern matching | Under consideration |
49
+
49
50
There are also plethora of small details such as [ per-callsite @tailrec annotations] ( https://github.com/lampepfl/dotty/issues/1221 )
50
51
51
52
####What are the complications that I can have If I start using Dotty?
You can’t perform that action at this time.
0 commit comments