Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps scala-library from 2.12.4 to 2.13.3.

Release notes

Sourced from scala-library's releases.

Scala 2.13.3 is primarily a bugfix release.

It also includes:

  • improvements to warnings and linting
  • experimental -Xasync support

For more detail, read on.

Behavior changes

  • Symbol#toString is now Symbol(foo) instead of the deprecated single-quote form 'foo (#8933)

Bugfixes

  • Fix 2.13-only bug in Java collection converters that caused some operations to perform an extra pass (#9058)
  • Fix 2.13.2 performance regression in Vector: restore special cases for small operands in appendedAll and prependedAll (#9036)
  • Increase laziness of #:: for LazyList (#8985)
  • Append trailing / when processing unicode escapes (#8942)
  • Respect @uncheckedVariance in higher-kinded types (fixing 2.13.2 regression) (#8938)

Warnings and linting

  • Deprecate auto-application of (non-Java-defined) methods with a single empty parameter list (#8833)
    • The PR has instructions for suppressing the warning if it is unwanted
  • Warn by default on mismatch of presence/absence of an empty parameter list when overriding (#8846)
    • -Xlint:nullary-override is no longer accepted, since this now warns by default
  • Discourage multi-argument infix syntax: lint applications (x op (a, b)), also lint operator-name definitions (#8951)
  • Fix @nowarn to use correct semantics for & (#9032)
  • Make -Wunused:imports work again even when -Ymacro-annotations is enabled (#8962)
  • Replace -Wself-implicit with -Xlint:implicit-recursion (#9019)
  • Under -Xsource:3, disallow auto-eta-expansion of SAMs (#9049)

Experimental -Xasync

This successor to scala-async allows usage with other effect systems besides scala.concurrrent.Future.

  • Compiler support for scala-async; enable with -Xasync (#8816)

We will publish a blog post with more detail on this work by @retronym, building on his earlier collaboration with @phaller. In the meantime, see the PR description.

This feature will also be included in the 2.12.12 release.

Other changes

For complete 2.13.3 change lists, see all merged PRs and all closed bugs.

Some changes that will ship in 2.12.12 are also included in this release, most notably:

  • Annotation parsing & @Deprecated (#8781)
Commits
  • d23424c Merge pull request #9084 from lrytz/merge-2.12-to-2.13-jun-24
  • 223c359 Merge commit '7632de0663' into merge-2.12-to-2.13-jun-24
  • a584674 Merge commit '07260fe845' into merge-2.12-to-2.13-jun-24
  • d175aec Merge pull request #9080 from retronym/topic/reusable-instance
  • 7632de0 Merge pull request #9074 from retronym/ticket/12047
  • 07260fe Merge pull request #9081 from retronym/backport-2.12.x
  • 493168b Rework recent, buggy change to immutable.TreeMap
  • e5c4820 Disable all reusable instances in runtime reflection
  • 7dd5203 Fix thread safety problem in runtime reflection
  • 98b9a1c Merge pull request #9078 from retronym/tree-map-regression
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [scala-library](https://github.com/scala/scala) from 2.12.4 to 2.13.3.
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.4...v2.13.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 26, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #113.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.scala-lang-scala-library-2.13.3 branch November 20, 2020 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants