Skip to content

Commit 05d7c35

Browse files
committed
Add changelog for 3.3.5
1 parent 3231b5b commit 05d7c35

File tree

1 file changed

+167
-0
lines changed

1 file changed

+167
-0
lines changed

changelogs/3.3.5.md

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
# Highlights of the release
2+
3+
- Use Scala 2.13.15 standard library [#21648](https://github.com/scala/scala3/pull/21648)
4+
- Support JDK 23 [#20144](https://github.com/scala/scala3/pull/20144)
5+
- Add the `-Wall` option that enables all warnings [#20577](https://github.com/scala/scala3/pull/20577)
6+
- Reversed `-Wconf` parsing order to mirror Scala 2 semantics [#18503](https://github.com/scala/scala3/pull/18503)
7+
8+
# Other changes and fixes
9+
10+
## Annotations
11+
12+
- Tighten java annot value parsing [#21650](https://github.com/scala/scala3/pull/21650)
13+
14+
## Exports
15+
16+
- Re-use attachment in exportForwarders to handle ambiguous overloads [#21518](https://github.com/scala/scala3/pull/21518)
17+
- Allow export statements in AnyVal [#21653](https://github.com/scala/scala3/pull/21653)
18+
19+
## Extension Methods
20+
21+
- Make right assoc ext method fwd refs error [#21641](https://github.com/scala/scala3/pull/21641)
22+
23+
## Inference
24+
25+
- Fix #20521: Optimise caching for computing atoms and widened in OrTypes [#21223](https://github.com/scala/scala3/pull/21223)
26+
27+
## Linting
28+
29+
- Add origin filter to WConf, DeprecationWarning [#21404](https://github.com/scala/scala3/pull/21404)
30+
- CheckUnused checks type param annotations [#20549](https://github.com/scala/scala3/pull/20549)
31+
32+
## Match Types
33+
34+
- Fix #20897: Make `Nothing ⋔ Nothing`, as per spec. [#21241](https://github.com/scala/scala3/pull/21241)
35+
- Always interpret underscores inside patterns as type bounds [#21718](https://github.com/scala/scala3/pull/21718)
36+
37+
## Overloading
38+
39+
- Report only non-overridden unimplemented members [#21337](https://github.com/scala/scala3/pull/21337)
40+
41+
## Parser
42+
43+
- Harden skip in Scanner [#21607](https://github.com/scala/scala3/pull/21607)
44+
- SimplePattern errors should now be recovered as wildcard instead of unimplemented expr [#21438](https://github.com/scala/scala3/pull/21438)
45+
46+
## Positions
47+
48+
- Fix trailing comma Ident's span [#20445](https://github.com/scala/scala3/pull/20445)
49+
50+
## Presentation Compiler
51+
52+
- Fix autoimports with using directives [#21590](https://github.com/scala/scala3/pull/21590)
53+
- Remove artificial `CURSOR` added to code in the completions [#20899](https://github.com/scala/scala3/pull/20899)
54+
- Help implement Metals' infer expected type feature [#21390](https://github.com/scala/scala3/pull/21390)
55+
- Weekly metals backport [#21343](https://github.com/scala/scala3/pull/21343)
56+
- Change mock symbol search [#21296](https://github.com/scala/scala3/pull/21296)
57+
- Fix: completions when parenthesis already provided [#21299](https://github.com/scala/scala3/pull/21299)
58+
- Backport from metals [#21196](https://github.com/scala/scala3/pull/21196)
59+
- Fix: don't add suffix if brackets already present [#21259](https://github.com/scala/scala3/pull/21259)
60+
61+
## Quotes
62+
63+
- Handle suspension due to macro call in arbitrary phases [#21651](https://github.com/scala/scala3/pull/21651)
64+
- Have a better error message when healing types [#21711](https://github.com/scala/scala3/pull/21711)
65+
- Expr#show: Don't crash when the expression contains an unsupported type (like a SkolemType) [#20494](https://github.com/scala/scala3/pull/20494)
66+
- Quotes type printing: take `infix` type modifier into account [#21726](https://github.com/scala/scala3/pull/21726)
67+
68+
## Reporting
69+
70+
- Nicer error message in case a `derived` method has an explicit term param [#21332](https://github.com/scala/scala3/pull/21332)
71+
- Add better error reporting for inlined non-immutable paths [#21639](https://github.com/scala/scala3/pull/21639)
72+
73+
## Releases
74+
75+
- Add support for Chocolatey [#20534](https://github.com/scala/scala3/pull/20534)
76+
- Add the merge commit hash to the icon's url [#21221](https://github.com/scala/scala3/pull/21221)
77+
- Add sources of synthetic classes to sources jar [#20904](https://github.com/scala/scala3/pull/20904)
78+
79+
## REPL
80+
81+
- Uppdate JLine to 3.27.0 (was 3.25.1) [#21752](https://github.com/scala/scala3/pull/21752)
82+
- Allow JLine to fall back to a dumb terminal [#21330](https://github.com/scala/scala3/pull/21330)
83+
- JLine: follow recommendation to use JNI, not JNA; also JLine 3.27.1 (was 3.27.0) [#22205](https://github.com/scala/scala3/pull/22205)
84+
85+
## Runner
86+
87+
- Fix old scala runner to use correct JLine classpath [#22464](https://github.com/scala/scala3/pull/22464)
88+
89+
## Scaladoc
90+
91+
- Only trim one newline when preprocessing the content of a markdown code snippet [#21519](https://github.com/scala/scala3/pull/21519)
92+
- Bump Inkuire version to fix it for the new Scala versions [#21611](https://github.com/scala/scala3/pull/21611)
93+
- Filter opaque modifier from object documentation [#21640](https://github.com/scala/scala3/pull/21640)
94+
95+
## TASTy format
96+
97+
- Add child to parent in completion context [#21214](https://github.com/scala/scala3/pull/21214)
98+
99+
## Transform
100+
101+
- Three fixes to SAM type handling [#21596](https://github.com/scala/scala3/pull/21596)
102+
- Fix treatment of separately compiled @native methods in FirstTransform [#21593](https://github.com/scala/scala3/pull/21593)
103+
- Fix #20856: Serialize `Waiting` and `Evaluating` as if `null`. [#21243](https://github.com/scala/scala3/pull/21243)
104+
- Fixes IllegalAccessError with Java package protected class [#21362](https://github.com/scala/scala3/pull/21362)
105+
- Consistently use TypeMismatch in TreeChecker [#21529](https://github.com/scala/scala3/pull/21529)
106+
- Fix: don't use color codes for pattern match code action [#21120](https://github.com/scala/scala3/pull/21120)
107+
- Let show behave more robustly for Recheck [#21678](https://github.com/scala/scala3/pull/21678)
108+
- Always rewrite empty List() to Nil [#21689](https://github.com/scala/scala3/pull/21689)
109+
110+
## Typer
111+
112+
- Fix extending protected nested java classes [#21857](https://github.com/scala/scala3/pull/21857)
113+
- Avoid cyclic errors forcing default arg types [#21597](https://github.com/scala/scala3/pull/21597)
114+
- Survive inaccessible types when computing implicit scope [#21589](https://github.com/scala/scala3/pull/21589)
115+
- Revert "Drop redundant `butNot = Param` clause in isAnchor" [#21566](https://github.com/scala/scala3/pull/21566)
116+
- Fail early & more clearly on shaded-broken classfiles [#21262](https://github.com/scala/scala3/pull/21262)
117+
- Fix isomorphism tests of `AndOrType`s under non-empty `BinderPairs` [#21017](https://github.com/scala/scala3/pull/21017)
118+
- Some fixes for AnnotatedTypes mapping [#19957](https://github.com/scala/scala3/pull/19957)
119+
- Simple performance improvement for Denotations [#21584](https://github.com/scala/scala3/pull/21584)
120+
- Avoid import suggestion thread hang if -Ximport-suggestion-timeout <= 1 [#21434](https://github.com/scala/scala3/pull/21434)
121+
- Fix incorrect caching with dependent method parameters [#21699](https://github.com/scala/scala3/pull/21699)
122+
123+
## Experimental: Explicit Nulls
124+
125+
- Add tracking of NotNullInfo for Match, Case, Try trees (fix #21380) [#21389](https://github.com/scala/scala3/pull/21389)
126+
- Fix #21392: Adjust `canComparePredefined(Nothing, T)` in explicit nulls [#21504](https://github.com/scala/scala3/pull/21504)
127+
128+
# Contributors
129+
130+
Thank you to all the contributors who made this release possible 🎉
131+
132+
According to `git shortlog -sn --no-merges 3.3.4..3.3.5-RC1` these are:
133+
134+
```
135+
55 Wojciech Mazur
136+
14 Dale Wijnand
137+
10 Katarzyna Marek
138+
8 rochala
139+
5 Hamza Remmal
140+
5 noti0na1
141+
4 Matt Bovel
142+
4 Seth Tisue
143+
4 Som Snytt
144+
3 Jamie Thompson
145+
3 Martin Odersky
146+
3 Michał Pałka
147+
3 dependabot[bot]
148+
3 kasiaMarek
149+
2 Aleksander Rainko
150+
2 Eugene Flesselle
151+
2 Florian3k
152+
2 HarrisL2
153+
2 Jędrzej Rochala
154+
2 Kacper Korban
155+
2 Yichen Xu
156+
1 Eugene Yokota
157+
1 Guillaume Martres
158+
1 Hamza REMMAL
159+
1 Jan Chyb
160+
1 Joel Wilsson
161+
1 Kenji Yoshida
162+
1 Martin Duhem
163+
1 Nicolas Stucki
164+
1 Ondrej Lhotak
165+
1 Sébastien Doeraene
166+
1 Tomasz Godzik
167+
```

0 commit comments

Comments
 (0)