johnynek / bosatsu

A python-ish pure and total functional programming language
Apache License 2.0
224 stars 11 forks source link

Update scalafmt-core to 3.7.12 #1018

Closed scala-steward closed 1 year ago

scala-steward commented 1 year ago

About this PR

📦 Updates org.scalameta:scalafmt-core from 3.5.9 to 3.7.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.scalameta", artifactId = "scalafmt-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }] ```

labels: library-update, early-semver-minor, semver-spec-minor, commit-count:n:3

codecov-commenter commented 1 year ago

Codecov Report

Merging #1018 (09e0483) into master (ac20cad) will decrease coverage by 0.20%. The diff coverage is 91.11%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master    #1018      +/-   ##
==========================================
- Coverage   91.95%   91.75%   -0.20%     
==========================================
  Files          90       90              
  Lines        9381     9984     +603     
  Branches     2172     2235      +63     
==========================================
+ Hits         8626     9161     +535     
- Misses        755      823      +68     
Files Changed Coverage Δ
core/src/main/scala/org/bykn/bosatsu/FfiCall.scala 61.11% <0.00%> (ø)
core/src/main/scala/org/bykn/bosatsu/Fix.scala 100.00% <ø> (ø)
core/src/main/scala/org/bykn/bosatsu/Kind.scala 97.53% <ø> (-0.62%) :arrow_down:
...ore/src/main/scala/org/bykn/bosatsu/NameKind.scala 0.00% <ø> (ø)
core/src/main/scala/org/bykn/bosatsu/Padding.scala 100.00% <ø> (ø)
core/src/main/scala/org/bykn/bosatsu/Program.scala 0.00% <ø> (ø)
.../src/main/scala/org/bykn/bosatsu/ValueToJson.scala 89.65% <ø> (-0.93%) :arrow_down:
...ore/src/main/scala/org/bykn/bosatsu/Variance.scala 100.00% <ø> (ø)
...n/scala/org/bykn/bosatsu/codegen/python/Code.scala 92.51% <ø> (+0.09%) :arrow_up:
...la/org/bykn/bosatsu/codegen/python/PythonGen.scala 96.01% <ø> (+0.22%) :arrow_up:
... and 67 more
scala-steward commented 1 year ago

Superseded by #1032.