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 to 3.0.2 #834

Merged
merged 5 commits into from
Sep 15, 2021

Conversation

scala-steward
Copy link
Contributor

Updates

from 3.0.1 to 3.0.2.
GitHub Release Notes - Version Diff - Version Diff

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!

Files still referring to the old version number

The following files still refer to the old version number (3.0.1).
You might want to review and update them manually.

examples/commands-leveldb/build.sbt
examples/commands-nix/build.sbt
examples/commands-redis/build.sbt
examples/scalajs/build.sbt
examples/simple-sbt/build.sbt
Ignore future updates

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

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

labels: library-update, semver-patch, old-version-remains

@ashawley
Copy link
Contributor

ashawley commented Sep 1, 2021

For some reason, it didn't update scalaVersion in the the examples subdirectory. 🤔

@ashawley ashawley changed the title Update scala3-library, ... to 3.0.2 Update Scala to 3.0.2 Sep 15, 2021
@ashawley
Copy link
Contributor

Same Mima signature check problem in 3.0.2 as scala/scala-xml#557

[error] scalacheck: Failed binary compatibility check against org.scalacheck:scalacheck_3:1.15.4! Found 36 potential problems
[error]  * static method alphaChar()org.scalacheck.Gen in class org.scalacheck.Gen has a different generic signature in current version, where it is ()Lorg/scalacheck/Gen<Ljava/lang/Object;>; rather than <missing>. See https://github.com/lightbend/mima#incompatiblesignatureproblem
[error]    filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("org.scalacheck.Gen.alphaChar")
[error]  * static method alphaLowerChar()org.scalacheck.Gen in class org.scalacheck.Gen has a different generic signature in current version, where it is ()Lorg/scalacheck/Gen<Ljava/lang/Object;>; rather than <missing>.
[error]    filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("org.scalacheck.Gen.alphaLowerChar")
[error]  * static method alphaLowerStr()org.scalacheck.Gen in class org.scalacheck.Gen has a different generic signature in current version, where it is ()Lorg/scalacheck/Gen<Ljava/lang/String;>; rather than <missing>.
[error]    filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("org.scalacheck.Gen.alphaLowerStr")
[error]  * static method alphaNumChar()org.scalacheck.Gen in class org.scalacheck.Gen has a different generic signature in current version, where it is ()Lorg/scalacheck/Gen<Ljava/lang/Object;>; rather than <missing>.
...
[error]  * synthetic static method <init>$default$2()scala.collection.immutable.List in class org.scalacheck.Prop#Result has a different generic signature in current version, where it is ()Lscala/collection/immutable/List<Lorg/scalacheck/Prop$Arg<Ljava/lang/Object;>;>; rather than <missing>.
[error]    filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("org.scalacheck.Prop#Result.<init>$default$2")
[error]  * synthetic static method <init>$default$3()scala.collection.immutable.Set in class org.scalacheck.Prop#Result has a different generic signature in current version, where it is ()Lscala/collection/immutable/Set<Ljava/lang/Object;>; rather than <missing>.
[error]    filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("org.scalacheck.Prop#Result.<init>$default$3")
[error]  * synthetic static method <init>$default$4()scala.collection.immutable.Set in class org.scalacheck.Prop#Result has a different generic signature in current version, where it is ()Lscala/collection/immutable/Set<Ljava/lang/String;>; rather than <missing>.
[error]    filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("org.scalacheck.Prop#Result.<init>$default$4")
[error]  * static method shrinkAny()org.scalacheck.Shrink in class org.scalacheck.Shrink has a different generic signature in current version, where it is <T:Ljava/lang/Object;>()Lorg/scalacheck/Shrink<TT;>; rather than <missing>.
[error]    filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("org.scalacheck.Shrink.shrinkAny")
[error]  * static method shrinkDuration()org.scalacheck.Shrink in class org.scalacheck.Shrink has a different generic signature in current version, where it is ()Lorg/scalacheck/Shrink<Lscala/concurrent/duration/Duration;>; rather than <missing>.
[error]    filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("org.scalacheck.Shrink.shrinkString")
[error]  * static method Alphabet()Array[Char] in class org.scalacheck.rng.Seed has a different generic signature in current version, where it is ()[C rather than <missing>. See https://github.com/lightbend/mima#incompatiblesignatureproble
...
[error]    filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("org.scalacheck.rng.Seed.Alphabet")
[error]  * static method bitsetFactory()scala.collection.Factory in class org.scalacheck.util.SerializableCanBuildFroms has a different generic signature in current version, where it is <T:Ljava/lang/Object;>()Lscala/collection/Factory<Ljava/lang/Object;Lscala/collection/BitSet;>; rather than <missing>.
[error]    filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("org.scalacheck.util.SerializableCanBuildFroms.bitsetFactory")
...```

@ashawley ashawley merged commit 8e59284 into typelevel:main Sep 15, 2021
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.

None yet

3 participants