8000 Scala 2.13.11 draft release notes by SethTisue · Pull Request #843 · scala/scala-dev · GitHub
[go: up one dir, main page]

Skip to content

Scala 2.13.11 draft release notes #843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
backquotes
  • Loading branch information
SethTisue committed Jun 1, 2023
commit f8ef0b685948be46e1746b0eae5a1c1f4b6b08a8
6 changes: 3 additions & 3 deletions releases/2.13.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The following changes are highlights of this release:

### Lints and warnings

* Lint select from Unit, or Int that incurs widening ([#10372](https://github.com/scala/scala/pull/10372) by [@som-snytt](https://github.com/som-snytt))
* Lint for integral divisions that are widened to a float [forward port from 2.12] ([#10369](https://github.com/scala/scala/pull/10369) by [@som-snytt](https://github.com/som-snytt))
* Lint select from `Unit`, or `Int` that incurs widening ([#10372](https://github.com/scala/scala/pull/10372) by [@som-snytt](https://github.com/som-snytt))
* Lint for integral divisions that are widened to a float ([#10369](https://github.com/scala/scala/pull/10369) by [@som-snytt](https://github.com/som-snytt))
* Lint if args adapted to `Unit` and discarded ([#10150](https://github.com/scala/scala/pull/10150) by [@som-snytt](https://github.com/som-snytt))
* Warn that implicit should have explicit type ([#10083](https://github.com/scala/scala/pull/10083) by [@som-snytt](https://github.com/som-snytt))

Expand All @@ -40,7 +40,7 @@ The following changes are highlights of this release:
* Disallow mixins where super calls bind to vals ([#10268](https://github.com/scala/scala/pull/10268))
* Make scalac's argument-file processing more like javac's in handling spaces and line breaks ([#10319](https://github.com/scala/scala/pull/10319) by [@som-snytt](https://github.com/som-snytt))
* Bump JLine and JNA versions ([#10318](https://github.com/scala/scala/pull/10318))
* javabootclasspath supersedes jrt ([#10336](https://github.com/scala/scala/pull/10336) by [@som-snytt](https://github.com/som-snytt))
* `javabootclasspath` supersedes `jrt` ([#10336](https://github.com/scala/scala/pull/10336) by [@som-snytt](https://github.com/som-snytt))
* Report total errors on stderr ([#10272](https://github.com/scala/scala/pull/10272) by [@som-snytt](https://github.com/som-snytt))
* Fix pathologically slow compilation of some pattern matches since 2.13.7 ([#10258](https://github.com/scala/scala/pull/10258) by [@KisaragiEffective](https://github.com/KisaragiEffective))
* Provide `equals` and `hashCode` on `IterableWrapper` again (fixing 2.13.9 regression) ([#10205](https://github.com/scala/scala/pull/10205) by [@som-snytt](https://github.com/som-snytt))
Expand Down
0