-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Mima error: different generic signature in current version #18522
Comments
@Kordyjan Just encounter this in apache/pekko-http#317 |
I've managed to reproduce it. That's important that it happends only when using sbt-mima-plugin 1.1.0 and with |
Bisect points to ad675af It's bad that the binary output is different between 3.3.0 and 3.3.1, but since it has already shipped we should probably just embrace this fact and use 1 of two workarounds:
|
Thanks, Is it possible to check the mima in openCB too? |
I think there's no real issue here. The change is valid and desirable. The correct fix is too upgrade MiMa to 1.1.1, which understands that it is a valid change. |
Yes, let me close this. |
Compiler version
3.3.1
Minimized code
Update akka-http/pekko-http to 3.3.1 and run the test
https://github.com/apache/incubator-pekko-http/actions/runs/6099874005/job/16552993062#step:8:7315
Output
Expectation
Compiles OK and No mima issue.
The text was updated successfully, but these errors were encountered: