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

Update scala-compiler, scala-library, ... to 2.13.12 #3213

Merged
merged 7 commits into from
Sep 11, 2023

Conversation

xerial-bot
Copy link
Collaborator

About this PR

📦 Updates

from 2.13.11 to 2.13.12

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scala-lang" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-lang" }
}]
labels: library-update

@xerial
Copy link
Member

xerial commented Sep 11, 2023

package object with inheritance has been dropped without an alternative scala/scala-dev#441, so did copy-and-paste of implicit def as a workaround

@xerial xerial added the internal Internal changes (usually non-user facing) label Sep 11, 2023
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #3213 (d07f250) into main (df2b3f2) will decrease coverage by 0.16%.
Report is 2 commits behind head on main.
The diff coverage is 64.13%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3213      +/-   ##
==========================================
- Coverage   82.89%   82.74%   -0.16%     
==========================================
  Files         352      355       +3     
  Lines       14746    14777      +31     
  Branches     2396     2463      +67     
==========================================
+ Hits        12224    12227       +3     
- Misses       2522     2550      +28     
Files Changed Coverage Δ
.../src/main/scala/wvlet/airframe/config/Config.scala 98.19% <ø> (ø)
.../main/scala/wvlet/airframe/launcher/Launcher.scala 92.03% <ø> (ø)
...ain/scala/wvlet/airframe/launcher/StringTree.scala 53.84% <0.00%> (ø)
.../main/scala/wvlet/airframe/rx/html/HtmlAttrs.scala 100.00% <ø> (ø)
...n/scala/wvlet/airframe/rx/html/HtmlTagsExtra.scala 100.00% <ø> (ø)
...ain/scala/wvlet/airframe/rx/html/RxComponent.scala 100.00% <ø> (ø)
.../main/scala/wvlet/airframe/rx/html/RxElement.scala 81.25% <ø> (-1.11%) ⬇️
...t/airframe/examples/di/DI_06_ProviderBinding.scala 100.00% <ø> (ø)
...in/scala/wvlet/airframe/codec/PrimitiveCodec.scala 83.30% <9.09%> (ø)
.../main/scala-2/wvlet/airframe/rx/html/package.scala 56.25% <56.25%> (ø)
... and 9 more

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df2b3f2...d07f250. Read the comment docs.

@xerial xerial enabled auto-merge (squash) September 11, 2023 18:25
@xerial xerial merged commit d1ce2e0 into main Sep 11, 2023
@xerial xerial deleted the update/scala-compiler-2.13.12 branch September 11, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal changes (usually non-user facing) library-update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants