You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've also plugged a few soundness problems caused by inferring too much when matching on abstract, union and intersection types.
165
+
149
166
150
167
## Other changes
151
-
Some of the other notable changes include:
168
+
Some of the other notable changes include the following:
169
+
170
+
- Dotty is now fully boostrapped. This means that we are able to compile Dotty with Dotty itself, and hence use all the new features in the compiler code base.
171
+
- Singletones are now allowed in union types. E.g. the following is allowed: `object foo; type X = Int | foo.type`.
172
+
- A bunch of improvements was made for the type inference system – see, e.g., PRs [#6454](https://github.com/lampepfl/dotty/pull/6454) and [#6467](https://github.com/lampepfl/dotty/pull/6467).
173
+
- Improvements to the Scala 2 code support which, in particular, improves Cats support – see PRs [#6494](https://github.com/lampepfl/dotty/pull/6494) and [#6498](https://github.com/lampepfl/dotty/pull/6498).
152
174
153
-
- Dotty is now fully B
154
175
155
176
# Let us know what you think!
156
177
@@ -162,36 +183,10 @@ If you have questions or any sort of feedback, feel free to send us a message on
162
183
163
184
Thank you to all the contributors who made this release possible!
164
185
165
-
According to `git shortlog -sn --no-merges 0.13.0-RC1..0.14.0-RC1` these are:
186
+
According to `git shortlog -sn --no-merges 0.14.0-RC1..0.15.0-RC1` these are:
166
187
167
188
```
168
-
214 Martin Odersky
169
-
151 Nicolas Stucki
170
-
71 Liu Fengyun
171
-
53 Guillaume Martres
172
-
26 Olivier Blanvillain
173
-
10 Aleksander Boruch-Gruszecki
174
-
9 Aggelos Biboudis
175
-
6 Miles Sabin
176
-
4 Allan Renucci
177
-
4 Dale Wijnand
178
-
3 Anatolii Kmetiuk
179
-
2 Fengyun Liu
180
-
2 Alex Zolotko
181
-
1 gnp
182
-
1 tim-zh
183
-
1 Dmitry Petrashko
184
-
1 Dotty CI
185
-
1 Jasper Moeys
186
-
1 Jentsch
187
-
1 Jim Van Horn
188
-
1 Lionel Parreaux
189
-
1 Master-Killer
190
-
1 Olivier ROLAND
191
-
1 Robert Stoll
192
-
1 Seth Tisue
193
-
1 Tomasz Godzik
194
-
1 Victor
189
+
TODO
195
190
```
196
191
197
192
If you want to get your hands dirty and contribute to Dotty, now is a good time to get involved!
@@ -223,3 +218,4 @@ to make sure that our regression suite includes your library.
0 commit comments