-
Notifications
You must be signed in to change notification settings - Fork 807
Boopickle 1.4.0 #4991
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
Boopickle 1.4.0 #4991
Conversation
|
@cquiroz Do you know why this doesn't compile in Scala 3? I see upstream they split off the tests between Scala 2 and Scala 3, but I don't spot the difference in the relevant part. |
|
/cc I'm a bit out of the loop, maybe @japgolly |
|
Hello! The problem is in Http4sPlugin.boopickle.cross(CrossVersion.for3Use2_13)should be Http4sPlugin.boopickleI tried it locally and with that change all tests compile and pass :) |
|
Oh, right! I generally avoid that cross-compilation feature, but we used it to keep publishing the integration for Scala 2 until boopickle supported Scala 3. Thank you, @japgolly! |
|
No worries, happy to help! |
|
There's a slight binary incompatibility in this version of boopickle. Our usual conservative approach would be to defer this upgrade to http4s-0.23, but these probably aren't going to hurt anyone? |
|
@rossabaker Oh sorry about that, mima isn't enabled in the Boopickle build. Those are completely reasonable differences to ignore. Now that I see these methods, they shouldn't even be public anyway, and there's no reason for anyone would have used them. I'd say ignore away |
No description provided.