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-library from 2.12.6 to 2.13.10 #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps scala-library from 2.12.6 to 2.13.10.

Release notes

Sourced from scala-library's releases.

Scala 2.13.9

The following changes are highlights of this release:

Regression

After release, it was discovered that Scala 2.13.9 has a regression, primarily affecting library maintainers, where binary-incompatible bytecode is emitted for case classes which are also value classes (case class ... extends AnyVal). 2.13.10 is coming soon to address the problem. For details, and to follow progress on the release, visit https://contributors.scala-lang.org/t/scala-2-13-10-release-planning/5943.

Compatibility with Scala 3

  • Tasty Reader: Add support for Scala 3.2 (#10068)
  • Tasty Reader: Restrict access to experimental definitions (#10020)
  • To aid cross-building, accept and ignore using in method calls (#10064 by @​som-snytt)
  • To aid cross-building, allow ? as a wildcard even without -Xsource:3 (#9990)
  • Make Scala-3-style implicit resolution explicitly opt-in rather than bundled in -Xsource:3 (#10012 by @​povder)
  • Prefer type of overridden member when inferring (under -Xsource:3) (#9891 by @​som-snytt)

JDK version support

Warnings and lints

  • Add -Wnonunit-statement to warn about discarded values in statement position (#9893 by @​som-snytt)
  • Make unused-import warnings easier to silence (support filtering by origin=) (#9939 by @​som-snytt)
  • Add -Wperformance lints for *Ref boxing and nonlocal return (#9889 by @​som-snytt)

Language improvements

  • Improve support for Unicode supplementary characters in identifiers and string interpolation (#9805 by @​som-snytt)

Compiler options

Security

  • Error on source files with Unicode directional formatting characters (#10017)
  • Prevent Function0 execution during LazyList deserialization (#10118)

Bugfixes

  • Emit all bridge methods non-final (perhaps affecting serialization compat) (#9976)
  • Fix null-pointer regression in Vector#prependedAll and Vector#appendedAll (#9983)
  • Improve concurrent behavior of Java ConcurrentMap wrapper (#10027 by @​igabaydulin)
  • Preserve null policy in wrapped Java Maps (#10129 by @​som-snytt)

Changes that shipped in Scala 2.12.16 and 2.12.17 are also included in this release.

... (truncated)

Commits
  • 4905801 Merge pull request #10182 from som-snytt/issue/7481-nospec-array
  • 69bff24 Test for old crasher
  • cd52542 Merge pull request #10175 from liang3zy22/bug12509
  • d23620a Avoid parsing code comment twice
  • 455e792 Merge pull request #10172 from flomebul/TraversalIsDeprecated
  • d89e3d4 Replace "Traversable" by corresponding "Iterable" in doc comments.
  • 9ee4b60 Merge pull request #10163 from liang3zy22/scalacheckbugs
  • 439a981 Merge pull request #10169 from som-snytt/issue/9069-view-slice
  • 0fffd1f Merge pull request #10170 from som-snytt/issue/9931-test
  • 9f3ffcf Merge pull request #10164 from som-snytt/dev/814-redux-args-file
  • 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)

Bumps [scala-library](https://github.com/scala/scala) from 2.12.6 to 2.13.10.
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.6...v2.13.10)

---
updated-dependencies:
- dependency-name: org.scala-lang:scala-library
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants