File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ theory behind these constructors is researched in
12
12
a calculus for dependent object types.
13
13
14
14
####Current status:
15
- _ Technology preview_ : currently unsupported, may not be functionally complete, and not suitable for deployment in production.
15
+ _ Technology preview_ : currently unsupported, may be functionally incomplete or unsuitable for production use .
16
16
17
17
####Is it going to be the future Scala?
18
18
Yes, eventually.
@@ -24,13 +24,13 @@ See [github contributors page](https://github.com/lampepfl/dotty/graphs/contribu
24
24
| Feature | Status |
25
25
| ---------------------------------------------------------------------------------------------------------| ---------------------|
26
26
| Union, Intersection and [ Literal singleton types] ( http://docs.scala-lang.org/sips/pending/42.type.html ) | Implemented |
27
- | Fast compilation (phase fusion) | Implemented |
27
+ | Fast compilation(phase fusion) | Implemented |
28
28
| [ Trait parameters] ( http://docs.scala-lang.org/sips/pending/trait-parameters.html ) | Implemented |
29
29
| [ @Static methods and fields] ( https://github.com/scala/scala.github.com/pull/491 ) | Implemented |
30
30
| Colored Repl | Implemented |
31
31
| Sbt incremental build | Implemented |
32
32
| Non-blocking lazy vals | Implemented |
33
- | Option-less pattern matching(based on [ name-based patmat] ( https://github.com/scala/scala/pull/2848 ) ) | Under consideration |
33
+ | Option-less pattern matching(based on [ name-based patmat] ( https://github.com/scala/scala/pull/2848 ) ) | Implemented |
34
34
| | |
35
35
| Non-boxed arrays of value classes | In progress |
36
36
| Working contravariant implicits | In progress |
You can’t perform that action at this time.
0 commit comments