Skip to content
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

Bump scala.version from 2.12.9 to 2.13.3 #3

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 12, 2020

Bumps scala.version from 2.12.9 to 2.13.3.
Updates scala-reflect from 2.12.9 to 2.13.3

Release notes

Sourced from scala-reflect'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)
  • Allow trailing backslash in string interpolators (#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)

... (truncated)

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

Updates scala-library from 2.12.9 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)
  • Allow trailing backslash in string interpolators (#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)

... (truncated)

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

Updates scala-compiler from 2.12.9 to 2.13.3

Release notes

Sourced from scala-compiler'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)
  • Allow trailing backslash in string interpolators (#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)

... (truncated)

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

You can trigger a rebase of this PR 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)

Bumps `scala.version` from 2.12.9 to 2.13.3.

Updates `scala-reflect` from 2.12.9 to 2.13.3
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.9...v2.13.3)

Updates `scala-library` from 2.12.9 to 2.13.3
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.9...v2.13.3)

Updates `scala-compiler` from 2.12.9 to 2.13.3
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.9...v2.13.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 12, 2020

The following labels could not be found: area/dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 12, 2021

Superseded by #19.

@dependabot dependabot bot closed this Mar 12, 2021
@dependabot dependabot bot deleted the dependabot/maven/scala.version-2.13.3 branch March 12, 2021 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants