question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Help wanted: unexpected failures of binary checking when updating to Scala 2.13.9

See original GitHub issue

Can 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")

#2

[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:closed
  • Created a year ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
danichegcommented, Sep 22, 2022

How many case classes extend AnyVal?

If you’re asking me, well, that pattern is used quite frequently. https://github.com/search?l=Scala&q=extends+AnyVal&type=Code

0reactions
danichegcommented, Oct 9, 2022

Good to hear that. Thank you!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found