Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Bump scala-library from 2.12.7 to 2.12.8 - #59

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.scala-lang-scala-library-2.12.8
Closed

Bump scala-library from 2.12.7 to 2.12.8#59
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.scala-lang-scala-library-2.12.8

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps scala-library from 2.12.7 to 2.12.8.

Release notes

Sourced from scala-library's releases.

Scala 2.12.8

This release fixes two regressions that appeared in 2.12.7:

  • Don't reject views with result types which are TypeVars (#7295)
  • Don't emit static forwarders (which simplify the use of methods in top-level objects from Java) for bridge methods (#7469)

The second fix is not binary compatible: the 2.12.8 compiler omits certain methods that are generated by earlier 2.12 compilers. However, we beleive that these methods are never used and existing compiled code will continue to work. See the pull request description for more details.

Further highlights of this release:

  • Improved inference of parameter types for eta-expansion (#7340)
  • Emit detailed compiler trace under -Yprofile-trace (#7364)
  • Make the compiler output deterministic under incremental compilation (#7203)

For more details, check out all closed bugs
and merged PRs.

As usual for minor releases, Scala 2.12.8 is binary compatible with the whole Scala 2.12 series.

Contributors

A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation,
spreading kindness in discussions around Scala, and submitting and reviewing pull requests! You are all magnificent.

This release was brought to you by 15 contributors, according to git shortlog -sn --no-merges v2.12.7..v2.12.8. Thank you
Jason Zaugg, Adriaan Moors, Harrison Houghton, Miles Sabin, A. P. Marki, Janek Bogucki, Lukas Rytz, Georgi Krastev, Sujeet Kausallya Gholap, Dale Wijnand, psilospore, Mike Skells, Aaron S. Hawley, Eugene Yokota, Diego Alonso.

Scala 2.12 Notes

The release notes for Scala 2.12.0 have important information applicable to the whole 2.12 series.

Obtaining Scala

Scala releases are available through a variety of channels, including (but not limited to):

Commits
  • 38cd84d Merge pull request #7469 from lrytz/b10812-2.12
  • 3edeaac [backport] Don't emit forwarder in mirror class for bridge methods
  • 25c7215 Merge pull request #7429 from retronym/topic/rt-annotations
  • 954c5d3 Stabilize order of annotations in the class file
  • bd441b7 Merge pull request #7433 from retronym/backport/7313
  • 5e4d34a [backport] Fix potential bugs in SpecializeTypes
  • 068338b Merge pull request #7428 from retronym/topic/null-safe-current-run-profile-trace
  • 8f9fa5e Merge pull request #7422 from adriaanm/t11162
  • ca4b94f Make access to current run during Run. safe for Global subclasses
  • 5f83efe Extractor type may depend on (implicit) arguments
  • 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Bumps [scala-library](https://github.com/scala/scala) from 2.12.7 to 2.12.8.
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.7...v2.12.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Dec 4, 2018
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #155.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/maven/org.scala-lang-scala-library-2.12.8 branch June 7, 2019 17:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant