johnynek / bosatsu

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

Update scalafmt-core to 3.7.17 #1071

Closed scala-steward closed 5 months ago

scala-steward commented 8 months ago

About this PR

📦 Updates org.scalameta:scalafmt-core from 3.5.9 to 3.7.17

📜 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 8 months ago

Codecov Report

Attention: 161 lines in your changes are missing coverage. Please review.

Comparison is base (c6cf9cd) 92.51% compared to head (4086ccc) 92.39%.

Files Patch % Lines
...main/scala/org/bykn/bosatsu/TypedExprToProto.scala 87.12% 43 Missing :warning:
...e/src/main/scala/org/bykn/bosatsu/PackageMap.scala 78.82% 18 Missing :warning:
core/src/main/scala/org/bykn/bosatsu/Parser.scala 55.00% 18 Missing :warning:
.../main/scala/org/bykn/bosatsu/SourceConverter.scala 96.08% 15 Missing :warning:
...src/main/scala/org/bykn/bosatsu/PackageError.scala 78.12% 14 Missing :warning:
...i/src/main/scala/org/bykn/bosatsu/PathModule.scala 56.00% 11 Missing :warning:
...e/src/main/scala/org/bykn/bosatsu/MemoryMain.scala 44.44% 10 Missing :warning:
core/src/main/scala/org/bykn/bosatsu/Test.scala 50.00% 4 Missing :warning:
core/src/main/scala/org/bykn/bosatsu/FfiCall.scala 40.00% 3 Missing :warning:
...re/src/main/scala/org/bykn/bosatsu/Operators.scala 70.00% 3 Missing :warning:
... and 16 more

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1071 +/- ## ========================================== - Coverage 92.51% 92.39% -0.13% ========================================== Files 96 96 Lines 10916 11608 +692 Branches 2588 2678 +90 ========================================== + Hits 10099 10725 +626 - Misses 817 883 +66 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

scala-steward commented 5 months ago

Superseded by #1140.