-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Backported fixes | ||
|
||
- Compute completions at `typerPhase` [#16371](https://github.com/lampepfl/dotty/pull/16371) | ||
- Only include accessible base classes in `orDominator` [#16477](https://github.com/lampepfl/dotty/pull/16477) | ||
- Fix curried overloading resolution for polymorphic methods [#16485](https://github.com/lampepfl/dotty/pull/16485) | ||
- Teach SpaceEngine that generic tuples are irrefutable [#16051](https://github.com/lampepfl/dotty/pull/16051) | ||
- Fix exhaustivity warning [#16168](https://github.com/lampepfl/dotty/pull/16168) | ||
|
||
# Contributors | ||
|
||
Thank you to all the contributors who made this release possible 🎉 | ||
|
||
According to `git shortlog -sn --no-merges 3.2.2-RC1..3.2.2-RC2` these are: | ||
|
||
``` | ||
3 Martin Odersky | ||
3 Paweł Marks | ||
2 Dale Wijnand | ||
1 Som Snytt | ||
``` |