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 sbt-typelevel, sbt-typelevel-site to 0.5.0 #361

Merged
merged 4 commits into from
Aug 23, 2023

Conversation

typelevel-steward[bot]
Copy link
Contributor

About this PR

πŸ“¦ Updates

from 0.4.22 to 0.5.0

πŸ“œ 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.typelevel" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.typelevel" }
}]
labels: sbt-plugin-update, early-semver-major, semver-spec-minor, version-scheme:early-semver, commit-count:n:2

Comment on lines -36 to +42
val genChar = Gen.oneOf(weirdCharFolds, weirdStringFolds, lowers, uppers, arbitrary[Char])
val genChar = Gen.oneOf(
Gen.oneOf(weirdCharFolds),
Gen.oneOf(weirdStringFolds),
Gen.oneOf(lowers),
Gen.oneOf(uppers),
arbitrary[Char]
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New compiler flags found a bug here. Instead of a Gen[Char] we had a Gen[Object] where some of the objects were Seq[Char]s.

Comment on lines 98 to 100
```scala mdoc
val ci"HELLO, ${appellation}" = ci"Hello, Alice"
val ci"HELLO, ${appellation}" = ci"Hello, Alice": @unchecked
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the @unchecked awkward? The compiler can't prove the match is exhaustive.

@armanbilge armanbilge merged commit 713ccf0 into main Aug 23, 2023
@armanbilge armanbilge deleted the update/sbt-typelevel-0.5.0 branch August 23, 2023 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant