This is a thread to discuss plans and share progress on Scala 2.13.3.
2.13.2 has no single regression bad enough to require rushing out 2.13.3, but there are enough smaller regressions that it makes sense not to wait too long, either.
I’ve set the rough target date on the 2.13.3 milestone to June 1. I also created a 2.13.4 milestone, with a rough date in August.
Most open PRs have been moved to the 2.13.4 milestone, but some of those could still make 2.13.3, depending on risk vs. benefit.
Links helpful for seeing how 2.13.3 is shaping up:
I’m wondering about the added deprecations. This version is fastracked because some users experienced troubles upgrading. Introducing more deprecations now seems counterproductive.
Deprecations aren’t fatal, however, unless you make them.
In 2.13 you can also configure warning suppression (keeping the rest fatal).
The deprecations have accompanying rewrites in https://github.com/scala/scala-rewrites, however that lacks docs on how to run the new rewrites and it would be useful to have it already published on Maven Central.
We are winding up work on 2.13.3. There are still some in-flight issues and PRs, so I’ve pushed the date on the milestone forward to June 8. (And, it might slip again.)
The links in the first post in this topic are still usable for seeing how the release is shaping up.
Re: deprecations, in the release notes we’ll include the appropriate -Wconf/@nowarn incantations for suppressing them, to ease the upgrade. (We hope upgraders won’t leave them suppressed indefinitely, but the suppression can be useful for upgrading in stages.)
The community build uncovered several late-breaking regressions, including one that actually originated on the 2.12.x branch. It’ll take a few days to first push fixes through on both the 2.12.x and 2.13.x branches, and then also push those fixes through the community build, so we’re looking at early next week now for building. (Assuming nothing else crops up…)
We’re still chasing down the last few open tickets.
One exciting development is that Jason’s big async PR https://github.com/scala/scala/pull/8816 (“Compiler support for scala-async”) has now landed and will be included in both 2.12.12 and 2.13.3 — behind a flag, so it’s a safe change. I expect there will be a blog post devoted to this, but in the meantime, there’s a good deal of info in the PR description.
A map ordering problem also turned up, present at least since 2.13.0, but an easy/safe fix to include since we’re rebuilding anyway.
Both fixes are now merged. The second release candidate is 2.13.3-bin-d23424c. Community build is now re-running. Hopefully we can release on Thursday.