-
Notifications
You must be signed in to change notification settings - Fork 1.1k
bring to dotty's GenBcode the fix for SI-3452 (Java generic signatures in mixins) #25
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
Comments
IMO static forwarders should be added before GenBCode. Then forwarders for inherited methods could be created with the "as-seen-from" signature, and erasure/post-erasure would take care of the primitive and derived value class boxing/unboxing. |
@odersky might be a good time to review this. |
I'm not going to work on this any time soon and this is low priority. |
the fix was fixing felixmulder#25 |
We also need someone to follow up on backend issues. |
This falls under the category of aligning the Scala 2 and Scala 3 back ends. Is there still an open possibility of someone taking that category of issues on as a project? |
Fix wrong relative path to resource
The fix in question: scala/scala#3493
The text was updated successfully, but these errors were encountered: