Skip to content

Scala 2.13.13 draft release notes #861

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 10 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions releases/2.13.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ The following changes are highlights of this release:
* In mixed compilation, allow Java sources to reference `MODULE$` ([#10644](https://github.com/scala/scala/pull/10644) by [@som-snytt](https://github.com/som-snytt))
* Scaladoc: re-align `-doc-source-url` behavior with 2.12 ([#10581](https://github.com/scala/scala/pull/10581) by [@lrytz](https://github.com/lrytz))

### Known issues

* Users of sbt must upgrade to sbt 1.9.9 to use the `console` task
to access the 2.13.13 REPL ([sbt/sbt#7502](https://github.com/sbt/sbt/issues/7502));
error message is `NoSuchMethodError: org.jline.utils.AttributedString.fromAnsi`
* Regression: Scaladoc generation may fail if you are using the TASTy reader
to access Scala 3 dependencies ([scala/bug#12955](https://github.com/scala/bug/issues/12955));
error message is "Unsupported Scala 3 generic tuple type"; we'll fix it in 2.13.14
* Regression: on JDK 11 (but 8 or 17 or 21), the REPL prints a
harmless "illegal reflective access" warning at startup
([scala/bug#12957](https://github.com/scala/bug/issues/12957));
we'll fix it in 2.13.14

### More changes

For the complete 2.13.13 change lists, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.13) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.13).
Expand Down