File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Backported fixes
2
+
3
+ - Refutable extractor may be an ` Apply ` tree [ #15672 ] ( https://github.com/lampepfl/dotty/pull/15672 )
4
+ - Fix coverage instrumentation of Java-defined and parameterless methods [ #15648 ] ( https://github.com/lampepfl/dotty/pull/15648 )
5
+ - Keep ` fun ` and ` args ` together when instrumenting ` TypeApply ` for coverage [ #15739 ] ( https://github.com/lampepfl/dotty/pull/15739 )
6
+ - Fix two problems related to match types as array elements [ #15625 ] ( https://github.com/lampepfl/dotty/pull/15625 )
7
+ - Survive TypeErrors in ` isMatchedBy ` [ #15675 ] ( https://github.com/lampepfl/dotty/pull/15675 )
8
+ - deprecate ` ToString ` type which should be deprecated at 3.2.0 [ #15645 ] ( https://github.com/lampepfl/dotty/pull/15645 )
9
+ - Fix constraining against ` HKTypeLambda ` arguments [ #15688 ] ( https://github.com/lampepfl/dotty/pull/15688 )
10
+ - Fix computation of class nesting level in inliner [ #15671 ] ( https://github.com/lampepfl/dotty/pull/15671 )
11
+ - Don't ignore expected types of ` New ` [ #15679 ] ( https://github.com/lampepfl/dotty/pull/15679 )
12
+ - Better infos for dependent class parameter references [ #15667 ] ( https://github.com/lampepfl/dotty/pull/15667 )
13
+ - Always expand inline accessor names [ #15619 ] ( https://github.com/lampepfl/dotty/pull/15619 )
14
+ - Harden erasure of TermRefs [ #15658 ] ( https://github.com/lampepfl/dotty/pull/15658 )
15
+
16
+ # Contributors
17
+
18
+ Thank you to all the contributors who made this release possible 🎉
19
+
20
+ According to ` git shortlog -sn --no-merges $3.2.0-RC2..3.2.0-RC3 ` these are:
21
+
22
+ ```
23
+ 13 odersky
24
+ 5 Guillaume Raffin
25
+ 2 Paweł Marks
26
+ 2 Tom Grigg
27
+ 1 Dale Wijnand
28
+ 1 rochala
29
+ ```
You can’t perform that action at this time.
0 commit comments