You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then run it with 2.1.0-RC1 or RC2, and you get this:
Exception in thread "main" java.lang.NoSuchMethodError: cats.instances.SortedSetInstancesBinCompat1.catsKernelStdHashForSortedSet$(Lcats/instances/SortedSetInstancesBinCompat1;Lcats/kernel/Order;Lcats/kernel/Hash;)Lcats/kernel/Hash;
at Test$$anon$1.catsKernelStdHashForSortedSet(Test.scala:2)
at Test$.main(Test.scala:6)
at Test.main(Test.scala)
...
This is the same basic issue as #3163 but my original MiMa fix didn't catch it. Working on a PR now.
The text was updated successfully, but these errors were encountered:
@dwijnand The version in that branch is what caught these—I'd been through a few iterations of filtering out synthetics, etc. before then and I must not have tried the final version on Cats, just on my test cases.
Compile this with 2.0.0:
Then run it with 2.1.0-RC1 or RC2, and you get this:
This is the same basic issue as #3163 but my original MiMa fix didn't catch it. Working on a PR now.
The text was updated successfully, but these errors were encountered: