|
| 1 | +--- |
| 2 | +layout: doc-page |
| 3 | +title: 0.1.2 release notes |
| 4 | +--- |
| 5 | + |
| 6 | +0.1.2 will be the first public release of Dotty. |
| 7 | +Being the first one, these 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. |
| 11 | + |
| 12 | +# Required Java Version |
| 13 | + |
| 14 | +Dotty 0.1.2 targets Java 8. We don't have plans to add support for earlier versions of Java. |
| 15 | + |
| 16 | +# IDE support for Dotty |
| 17 | + |
| 18 | +# Reporting Bugs / Known Issues |
| 19 | + |
| 20 | +Please [file](https://github.com/lampepfl/dotty/issues) any bugs you encounter. If you’re unsure whether something is a bug, |
| 21 | +please ask on the Dotty [gitter channel](https://github.com/lampepfl/dotty). |
| 22 | + |
| 23 | +# Dotty Doc |
| 24 | + |
| 25 | +Dotty has added support for Dotty Doc. |
| 26 | +Actually, the dotty documentation site [http://dotty.epfl.ch/docs/](http://dotty.epfl.ch/docs/) is generated by it. |
| 27 | +Looks nice, doesn’t it? |
| 28 | + |
| 29 | +#Other implemented features: |
| 30 | + |
| 31 | +This release ships with the following features: |
| 32 | + |
| 33 | + - TASTY support by [@odersky], [@xeno-by] and [@darkdimius] [\[1\]][1] |
| 34 | + - HK-types support by [@odersky], [@smarter] and [@darkdimius] [\[2\]][2] |
| 35 | + - Intersection and Union Types by [@odersky] [\[3\]][3] [\[4\]][3] |
| 36 | + - Enumerations by [@odersky] [\[4\]][4] [\[5\]][5] [\[6\]][6] |
| 37 | + - Implicit By-Name Parameters by [@odersky] [\[7\]][7] |
| 38 | + - Miniphases-based design by [@darkdimius], [@odersky] and [@olhotak] [\[8\]][8] |
| 39 | + - `@static` methods support by [@darkdmius] [\[9\]][9] |
| 40 | + - Non-blocking lazy vals by [@darkdimius] [\[10\]][10] |
| 41 | + - JVM code emission by [@magarciaEPFL] and [@darkdimius] [\[11\]][11] |
| 42 | + - Efficient multi-dimensional array allocation by [@darkdimius] [\[12\]][12] |
| 43 | + - Default-method based trait composition [@odersky] and [@darkdimius] [\[13\]][13] [\[14\]][14] |
| 44 | + - Trait parameters by [@odersky] [\[15\]][15] |
| 45 | + - Working contravariant implicits by [@odersky] [\[16\]][16] |
| 46 | + - Option-less pattern matching by [@odersky], [@darkdimius] and [@OlivierBlanvillain] [\[17\]][17] |
| 47 | + - SAM-based anonymous functions by [@magarciaEPFL], [@darkdimius] and [@retronym] [\[18\]][18] |
| 48 | + - Pattern matching support by [@darkdimius] [\[19\]][19] |
| 49 | + - Value classes support by [@smarter] and [@darkdimius] [\[20\]][20] |
| 50 | + - Pattern matching exhaustivity checks by [@liufengyun] [\[21\]][21] |
| 51 | + - Tailrec optimization by [@darkdimius] [\[22\]][22] [\[23\]][23] |
| 52 | + - Language server protocol implementation by [@smarter] [\[24\]][24] |
| 53 | + - VS code plugin by [@smarter] [\[24\]][24] |
| 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] |
| 57 | + - sbt support by [@smarter] [\[28\]][28] |
| 58 | + - DottyDoc by [@felixmulder] [\[29\]][29] |
| 59 | + - Implicit Function Types by [@odersky] [\[30\]][30] |
| 60 | + - Phantom Types by [@nicolasstucki] [\[31\]][31] |
| 61 | + - Functions with more than 22 parameters by [@odersky] [\[32\]][32] |
| 62 | + - Inline keyword by [@odersky] [\[33\]][33] |
| 63 | + |
| 64 | +[@odersky]: https://twitter.com/odersky |
| 65 | +[@DarkDimius]: https://twitter.com/DarkDimius |
| 66 | +[@smarter]: https://github.com/smarter |
| 67 | +[@felixmulder]: https://twitter.com/felixmulder |
| 68 | +[@nicolasstucki]: https://github.com/nicolasstucki |
| 69 | +[@liufengyun]: https://github.com/liufengyun |
| 70 | +[@OlivierBlanvillain]: https://github.com/OlivierBlanvillain |
| 71 | +[@olhotak]: https://plg.uwaterloo.ca/~olhotak/ |
| 72 | +[@retronym]: https://github.com/retronym |
| 73 | +[@xeno-by]: https://github.com/xeno-by |
| 74 | +[@vsalvis]: https://github.com/vsalvis |
| 75 | +[@magarciaEPFL]: https://github.com/magarciaEPFL |
| 76 | + |
| 77 | +[1]: https://docs.google.com/document/d/1h3KUMxsSSjyze05VecJGQ5H2yh7fNADtIf3chD3_wr0/edit |
| 78 | +[2]: https://infoscience.epfl.ch/record/222780?ln=en |
| 79 | +[3]: http://dotty.epfl.ch/docs/reference/intersection-types.html |
| 80 | +[4]: http://dotty.epfl.ch/docs/reference/union-types.html |
| 81 | +[5]: http://dotty.epfl.ch/docs/reference/adts.html |
| 82 | +[6]: http://dotty.epfl.ch/docs/reference/desugarEnums.html |
| 83 | +[7]: http://dotty.epfl.ch/docs/reference/implicit-by-name-parameters.html |
| 84 | +[8]: https://infoscience.epfl.ch/record/228518 |
| 85 | +[9]: http://docs.scala-lang.org/sips/pending/static-members.html |
| 86 | +[10]: http://docs.scala-lang.org/sips/pending/improved-lazy-val-initialization.html |
| 87 | +[11]: http://magarciaepfl.github.io/scala/ |
| 88 | +[12]: https://github.com/lampepfl/dotty/commit/b2215ed23311b2c99ea638f9d7fcad9737dba588 |
| 89 | +[13]: https://github.com/lampepfl/dotty/pull/187 |
| 90 | +[14]: https://github.com/lampepfl/dotty/pull/217 |
| 91 | +[15]: http://dotty.epfl.ch/docs/reference/trait-parameters.html |
| 92 | +[16]: https://github.com/lampepfl/dotty/commit/89540268e6c49fb92b9ca61249e46bb59981bf5a |
| 93 | +[17]: https://github.com/lampepfl/dotty/pull/174 |
| 94 | +[18]: https://github.com/lampepfl/dotty/pull/488 |
| 95 | +[19]: https://github.com/lampepfl/dotty/pull/174 |
| 96 | +[20]: https://github.com/lampepfl/dotty/pull/411 |
| 97 | +[21]: https://github.com/lampepfl/dotty/pull/1364 |
| 98 | +[22]: https://github.com/lampepfl/dotty/pull/1227 |
| 99 | +[23]: https://github.com/lampepfl/dotty/pull/117 |
| 100 | +[24]: https://github.com/lampepfl/dotty/pull/2532 |
| 101 | +[25]: https://github.com/lampepfl/dotty/pull/2194 |
| 102 | +[26]: https://github.com/lampepfl/dotty/pull/213 |
| 103 | +[27]: https://github.com/lampepfl/dotty/pull/2513 |
| 104 | +[28]: https://github.com/lampepfl/dotty/pull/2361 |
| 105 | +[29]: https://github.com/lampepfl/dotty/pull/1453 |
| 106 | +[30]: http://dotty.epfl.ch/docs/reference/implicit-function-types.html |
| 107 | +[31]: https://github.com/lampepfl/dotty/pull/2136 |
| 108 | +[32]: https://github.com/lampepfl/dotty/pull/1758 |
| 109 | +[33]: http://dotty.epfl.ch/docs/reference/inline.html |
| 110 | + |
| 111 | +# Contributors |
| 112 | +The Dotty team and contributors have closed 750 issues and have merged a total of 1258 pull requests. |
| 113 | + |
| 114 | +Concretely, according to |
| 115 | + |
| 116 | + ``` |
| 117 | + git ls-tree -r -z --name-only HEAD -- |egrep -z -Z -E '\.(scala)$'| xargs -0 -n1 git blame --line-porcelain |grep "^author "|sort|uniq -c|sort -nr |
| 118 | + ``` |
| 119 | +71 people contributed code, tests, and/or documentation to Dotty 0.1.2-RC1. |
| 120 | +The following people have contributed to this release: |
| 121 | + |
| 122 | +| commits | blame lines | Name | |
| 123 | +|---------|-------------|-----------------------------| |
| 124 | +| 4346 | 82017 | Martin Odersky | |
| 125 | +| 1288 | 83070 | Dmitry Petrashko | |
| 126 | +| 19 | 35382 | Samuel Gruetter | |
| 127 | +| 826 | 20148 | Felix Mulder | |
| 128 | +| 567 | 10454 | Guillaume Martres | |
| 129 | +| 136 | 5311 | liu fengyun | |
| 130 | +| 189 | 4449 | Nicolas Stucki | |
| 131 | +| 21 | 3717 | Sébastien Doeraene | |
| 132 | +| 30 | 1711 | Ondrej Lhotak | |
| 133 | +| 33 | 1094 | Enno Runne | |
| 134 | +| 47 | 735 | Olivier Blanvillain | |
| 135 | +| 4 | 480 | Valthor Halldorsson | |
| 136 | +| 7 | 343 | Aleksander Boruch-Gruszecki | |
| 137 | +| 25 | 220 | VladimirNik | |
| 138 | +| 3 | 186 | Enno | |
| 139 | +| 8 | 143 | Clemens Winter | |
| 140 | +| 16 | 133 | Jason Zaugg | |
| 141 | +| 3 | 116 | Miron Aseev | |
| 142 | +| 4 | 109 | Shane Delmore | |
| 143 | +| 5 | 100 | Alexander Myltsev | |
| 144 | +| 5 | 96 | Abel Nieto | |
| 145 | +| 1 | 92 | Dmitry Melnichenko | |
| 146 | +| 22 | 88 | Jonathan Brachthäuser | |
| 147 | +| 5 | 87 | Guillaume Massé | |
| 148 | +| 20 | 75 | vsalvis | |
| 149 | +| 2 | 64 | Tobias Schlatter | |
| 150 | +| 4 | 51 | Ólafur Páll Geirsson | |
| 151 | +| 4 | 49 | Sebastian Harko | |
| 152 | +| 2 | 48 | Andrew Zurn | |
| 153 | +| 3 | 44 | jvican | |
| 154 | +| 1 | 43 | Jarrod Janssen | |
| 155 | +| 1 | 43 | Igor Mielientiev | |
| 156 | +| 2 | 35 | Thiago Pereira | |
| 157 | +| 5 | 32 | Martijn Hoekstra | |
| 158 | +| 1 | 26 | Bartosz Krasiński | |
| 159 | +| 1 | 24 | Adam Trousdale | |
| 160 | +| 10 | 22 | Aggelos Biboudis | |
| 161 | +| 12 | 20 | Paolo G. Giarrusso | |
| 162 | +| 1 | 17 | Jon-Anders Teigen | |
| 163 | +| 17 | 16 | Vlad Ureche | |
| 164 | +| 1 | 16 | Jyotman Singh | |
| 165 | +| 4 | 15 | Lucas Burson | |
| 166 | +| 1 | 12 | Markus Hauck | |
| 167 | +| 3 | 11 | Varunram Ganesh | |
| 168 | +| 2 | 11 | Reto Hablützel | |
| 169 | +| 3 | 10 | Allan Renucci | |
| 170 | +| 4 | 9 | Sarunas Valaskevicius | |
| 171 | +| 2 | 9 | Nikolay.Tropin | |
| 172 | +| 1 | 9 | Csongor Kiss | |
| 173 | +| 2 | 7 | dos65 | |
| 174 | +| 2 | 6 | Varunram | |
| 175 | +| 6 | 5 | Nada Amin | |
| 176 | +| 1 | 4 | ruben | |
| 177 | +| 1 | 4 | Kazuyoshi Kato | |
| 178 | +| 1 | 3 | Jonathan Rodriguez | |
| 179 | +| 1 | 3 | andreaTP | |
| 180 | +| 1 | 1 | AlexSikia | |
| 181 | +| 3 | 0 | Edmund Noble | |
| 182 | +| 2 | 0 | jvican | |
| 183 | +| 3 | 0 | Allan Renucci | |
| 184 | +| 3 | 0 | Senia-psm | |
| 185 | +| 2 | 0 | Lukas Rytz | |
| 186 | +| 2 | 0 | Jan Christopher Vogt | |
| 187 | +| 2 | 0 | Raymond Tay | |
| 188 | +| 1 | 0 | Matthias Sperl | |
| 189 | +| 1 | 0 | Herdy Handoko | |
| 190 | +| 1 | 0 | Grzegorz Kossakowski | |
| 191 | +| 1 | 0 | George Leontiev | |
| 192 | +| 1 | 0 | Sandro Stucki | |
| 193 | +| 1 | 0 | Adriaan Moors | |
| 194 | +| 1 | 0 | Simon Hafner | |
0 commit comments