@@ -4,14 +4,14 @@ title: 0.1.2 release notes
4
4
---
5
5
6
6
0.1.2 will be the first public release of Dotty.
7
- Being first one, those notes are incomplete.
7
+ Being the first one, these notes are incomplete.
8
8
This document is a work in progress until 0.1.2-final is released.
9
9
These notes are up-to-date based on 0.1.2-RC1 and will be updated
10
10
with changes that happen during the RC stabilization cycle.
11
11
12
12
# Required Java Version
13
13
14
- Dotty 0.1.2 targets Java 8. We don't have plans so far to add support for earlier versions of Java.
14
+ Dotty 0.1.2 targets Java 8. We don't have plans to add support for earlier versions of Java.
15
15
16
16
# IDE support for Dotty
17
17
@@ -20,13 +20,13 @@ Dotty 0.1.2 targets Java 8. We don't have plans so far to add support for earlie
20
20
Please [ file] ( https://github.com/lampepfl/dotty/issues ) any bugs you encounter. If you’re unsure whether something is a bug,
21
21
please ask on the Dotty [ gitter channel] ( https://github.com/lampepfl/dotty ) .
22
22
23
- # DottyDoc
23
+ # Dotty Doc
24
24
25
- Dotty has added support for DottyDoc .
25
+ Dotty has added support for Dotty Doc .
26
26
Actually, the dotty documentation site [ http://dotty.epfl.ch/docs/ ] ( http://dotty.epfl.ch/docs/ ) is generated by it.
27
27
Looks nice, doesn’t it?
28
28
29
- # Other implemented features:
29
+ #Other implemented features:
30
30
31
31
This release ships with the following features:
32
32
@@ -35,7 +35,7 @@ This release ships with the following features:
35
35
- Intersection and Union Types by [ @odersky ] [ \[ 3\] ] [ 3 ] [ \[ 4\] ] [ 3 ]
36
36
- Enumerations by [ @odersky ] [ \[ 4\] ] [ 4 ] [ \[ 5\] ] [ 5 ] [ \[ 6\] ] [ 6 ]
37
37
- Implicit By-Name Parameters by [ @odersky ] [ \[ 7\] ] [ 7 ]
38
- - Miniphases-based design by [ @darkdimius ] , [ @odersky ] and [ @lhotak ] [ \[ 8\] ] [ 8 ]
38
+ - Miniphases-based design by [ @darkdimius ] , [ @odersky ] and [ @olhotak ] [ \[ 8\] ] [ 8 ]
39
39
- ` @static ` methods support by [ @darkdmius ] [ \[ 9\] ] [ 9 ]
40
40
- Non-blocking lazy vals by [ @darkdimius ] [ \[ 10\] ] [ 10 ]
41
41
- JVM code emission by [ @magarciaEPFL ] and [ @darkdimius ] [ \[ 11\] ] [ 11 ]
@@ -53,7 +53,7 @@ This release ships with the following features:
53
53
- VS code plugin by [ @smarter ] [ \[ 24\] ] [ 24 ]
54
54
- Vulpix: new test-suite driver by [ @felixmulder ] that replaces partest by [ @vsalvis ] [ \[ 25\] ] [ 25 ]
55
55
- Java parser by [ @olhotak ] [ \[ 26\] ] [ 26 ]
56
- - local optimizations (-optimise) by [ @darkdimius ] and [ @OlivierBlanvillain ] [ \[ 27\] ] [ 27 ]
56
+ - local optimizations(-optimise) by [ @darkdimius ] and [ @OlivierBlanvillain ] [ \[ 27\] ] [ 27 ]
57
57
- sbt support by [ @smarter ] [ \[ 28\] ] [ 28 ]
58
58
- DottyDoc by [ @felixmulder ] [ \[ 29\] ] [ 29 ]
59
59
- Implicit Function Types by [ @odersky ] [ \[ 30\] ] [ 30 ]
@@ -65,12 +65,14 @@ This release ships with the following features:
65
65
[ @DarkDimius ] : https://twitter.com/DarkDimius
66
66
[ @smarter ] : https://github.com/smarter
67
67
[ @felixmulder ] : https://twitter.com/felixmulder
68
- [ @stuckinicolas ] : https://github.com/nicolasstucki
68
+ [ @nicolasstucki ] : https://github.com/nicolasstucki
69
69
[ @liufengyun ] : https://github.com/liufengyun
70
70
[ @OlivierBlanvillain ] : https://github.com/OlivierBlanvillain
71
- [ @lhotak ] : https://plg.uwaterloo.ca/~olhotak/
71
+ [ @olhotak ] : https://plg.uwaterloo.ca/~olhotak/
72
72
[ @retronym ] : https://github.com/retronym
73
73
[ @xeno-by ] : https://github.com/xeno-by
74
+ [ @vsalvis ] : https://github.com/vsalvis
75
+ [ @magarciaEPFL ] : https://github.com/magarciaEPFL
74
76
75
77
[ 1 ] : https://docs.google.com/document/d/1h3KUMxsSSjyze05VecJGQ5H2yh7fNADtIf3chD3_wr0/edit
76
78
[ 2 ] : https://infoscience.epfl.ch/record/222780?ln=en
0 commit comments