@@ -4,10 +4,10 @@ title: 0.1.2 release notes
44---
55
660.1.2 will be the first public release of Dotty.
7- Being first, those notes are incomplete.
8- This document is work in progress until 0.1.2-final is released.
9- This note is up-to-date based on 0.1.2-RC1 and will be updated
10- with changes that happen during RC stabilization cycle.
7+ Being first one , those notes are incomplete.
8+ This document is a work in progress until 0.1.2-final is released.
9+ These notes are up-to-date based on 0.1.2-RC1 and will be updated
10+ with changes that happen during the RC stabilization cycle.
1111
1212# Required Java Version
1313
@@ -18,18 +18,15 @@ Dotty 0.1.2 targets Java 8. We don't have plans so far to add support for earlie
1818# Reporting Bugs / Known Issues
1919
2020Please [ file] ( https://github.com/lampepfl/dotty/issues ) any bugs you encounter. If you’re unsure whether something is a bug,
21- please ask on Dotty [ gitter channel] ( https://github.com/lampepfl/dotty ) .
21+ please ask on the Dotty [ gitter channel] ( https://github.com/lampepfl/dotty ) .
2222
23- # SBT builds dotty that builds dotty
23+ # DottyDoc
2424
25-
26- # Dotty Doc
27-
28- Dotty has added support for Dotty Doc.
25+ Dotty has added support for DottyDoc.
2926Actually, the dotty documentation site [ http://dotty.epfl.ch/docs/ ] ( http://dotty.epfl.ch/docs/ ) is generated by it.
30- Looks nice, doesn' t it?
27+ Looks nice, doesn’ t it?
3128
32- #Other implemented features:
29+ # Other implemented features:
3330
3431This release ships with the following features:
3532
@@ -39,24 +36,24 @@ This release ships with the following features:
3936 - Enumerations by [ @odersky ] [ \[ 4\] ] [ 4 ] [ \[ 5\] ] [ 5 ] [ \[ 6\] ] [ 6 ]
4037 - Implicit By-Name Parameters by [ @odersky ] [ \[ 7\] ] [ 7 ]
4138 - Miniphases-based design by [ @darkdimius ] , [ @odersky ] and [ @lhotak ] [ \[ 8\] ] [ 8 ]
42- - @static methods support by [ @darkdmius ] [ \[ 9\] ] [ 9 ]
39+ - ` @static ` methods support by [ @darkdmius ] [ \[ 9\] ] [ 9 ]
4340 - Non-blocking lazy vals by [ @darkdimius ] [ \[ 10\] ] [ 10 ]
4441 - JVM code emission by [ @magarciaEPFL ] and [ @darkdimius ] [ \[ 11\] ] [ 11 ]
45- - efficient multi-dimensional array allocation by [ @darkdimius ] [ \[ 12\] ] [ 12 ]
46- - default -method based trait composition [ @odersky ] and [ @darkdimius ] [ \[ 13\] ] [ 13 ] [ \[ 14\] ] [ 14 ]
42+ - Efficient multi-dimensional array allocation by [ @darkdimius ] [ \[ 12\] ] [ 12 ]
43+ - Default -method based trait composition [ @odersky ] and [ @darkdimius ] [ \[ 13\] ] [ 13 ] [ \[ 14\] ] [ 14 ]
4744 - Trait parameters by [ @odersky ] [ \[ 15\] ] [ 15 ]
4845 - Working contravariant implicits by [ @odersky ] [ \[ 16\] ] [ 16 ]
4946 - Option-less pattern matching by [ @odersky ] , [ @darkdimius ] and [ @OlivierBlanvillain ] [ \[ 17\] ] [ 17 ]
5047 - SAM-based anonymous functions by [ @magarciaEPFL ] , [ @darkdimius ] and [ @retronym ] [ \[ 18\] ] [ 18 ]
51- - Patter matching support by [ @darkdimius ] [ \[ 19\] ] [ 19 ]
48+ - Pattern matching support by [ @darkdimius ] [ \[ 19\] ] [ 19 ]
5249 - Value classes support by [ @smarter ] and [ @darkdimius ] [ \[ 20\] ] [ 20 ]
53- - Pattern matching exhaustively checks by [ @liufengyun ] [ \[ 21\] ] [ 21 ]
50+ - Pattern matching exhaustivity checks by [ @liufengyun ] [ \[ 21\] ] [ 21 ]
5451 - Tailrec optimization by [ @darkdimius ] [ \[ 22\] ] [ 22 ] [ \[ 23\] ] [ 23 ]
55- - VS code protocol implementation by [ @smarter ] [ \[ 24\] ] [ 24 ]
52+ - Language server protocol implementation by [ @smarter ] [ \[ 24\] ] [ 24 ]
5653 - VS code plugin by [ @smarter ] [ \[ 24\] ] [ 24 ]
57- - Vulpix: new test-suite by [ @felixmulder ] that replaces partest by [ @vsalvis ] [ \[ 25\] ] [ 25 ]
58- - java parser by [ @olhotak ] [ \[ 26\] ] [ 26 ]
59- - local optimizations(-optimise) by [ @darkdimius ] and [ @OlivierBlanvillain ] [ \[ 27\] ] [ 27 ]
54+ - Vulpix: new test-suite driver by [ @felixmulder ] that replaces partest by [ @vsalvis ] [ \[ 25\] ] [ 25 ]
55+ - Java parser by [ @olhotak ] [ \[ 26\] ] [ 26 ]
56+ - local optimizations (-optimise) by [ @darkdimius ] and [ @OlivierBlanvillain ] [ \[ 27\] ] [ 27 ]
6057 - sbt support by [ @smarter ] [ \[ 28\] ] [ 28 ]
6158 - DottyDoc by [ @felixmulder ] [ \[ 29\] ] [ 29 ]
6259 - Implicit Function Types by [ @odersky ] [ \[ 30\] ] [ 30 ]
@@ -110,7 +107,7 @@ This release ships with the following features:
110107[ 33 ] : http://dotty.epfl.ch/docs/reference/inline.html
111108
112109# Contributors
113- Dotty team and contributes have closed 750 issues and has merged a total of 1258 pull requests.
110+ The Dotty team and contributors have closed 750 issues and have merged a total of 1258 pull requests.
114111
115112Concretely, according to
116113
0 commit comments