Help wanted: unexpected failures of binary checking when updating to Scala 2.13.9
See original GitHub issueCan you please help to check whether those failures in various libraries when updating Scala to 2.13.9 are expected or if there is an issue in the Mima tool? Thanks! #1
[error] log4cats-core: Failed binary compatibility check against org.typelevel:log4cats-core_sjs1_2.13:2.5.0 (e:info.versionScheme=early-semver)! Found 2 potential problems
[error] * extension static method productIterator$extension(java.lang.String)scala.collection.Iterator in class org.typelevel.log4cats.LoggerName does not have a correspondent in current version
[error] filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("org.typelevel.log4cats.LoggerName.productIterator$extension")
[error] monoids: Failed binary compatibility check against org.typelevel:monoids_2.13:0.2.0 (e:info.versionScheme=early-semver)! Found 28 potential problems
[error] * extension static method productIterator$extension(Boolean)scala.collection.Iterator in class org.typelevel.monoids.All does not have a correspondent in current version
[error] filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("org.typelevel.monoids.All.productIterator$extension")
[error] * extension method productIterator$extension(Boolean)scala.collection.Iterator in object org.typelevel.monoids.All does not have a correspondent in current version
Issue Analytics
- State:
- Created a year ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
[2.13.9] `productIterator` change to case classes breaks ...
MiMA reports the following error when trying to update to 2.13.9, for value classes: [error] core: Failed binary compatibility check against ...
Read more >Scala 2.13.9 is here! - Announce
The Scala team at Lightbend is proud to announce Scala 2.13.9. This release improves compatibility with Scala 3, supports JDK 19, updates ......
Read more >scala/scala - Gitter
@joshlemer Wanted to share what I came up with after your help. def hasValue(desiredPath: Path): Boolean = children.asScala.exists { case field: ...
Read more >Integrating a new editor | Metals - Scalameta
Integrating a new editor. Metals is a language server implemented in Scala that communicates with a single client over JSON-RPC.
Read more >sbt Reference Manual — Combined Pages
Supports testing with ScalaCheck, specs, and ScalaTest. JUnit is supported by a plugin. Starts the Scala REPL with project classes and dependencies on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you’re asking me, well, that pattern is used quite frequently. https://github.com/search?l=Scala&q=extends+AnyVal&type=Code
Good to hear that. Thank you!