scala / scala3

The Scala 3 compiler, also known as Dotty.
https://dotty.epfl.ch
Apache License 2.0
5.86k stars 1.06k forks source link

bring to dotty's GenBcode the fix for SI-3452 (Java generic signatures in mixins) #25

Open magarciaEPFL opened 10 years ago

magarciaEPFL commented 10 years ago

The fix in question: https://github.com/scala/scala/pull/3493

retronym commented 10 years ago

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.

DarkDimius commented 9 years ago

@odersky might be a good time to review this.

DarkDimius commented 8 years ago

I'm not going to work on this any time soon and this is low priority.

DarkDimius commented 8 years ago

the fix was fixing https://github.com/felixmulder/dotty/issues/25

odersky commented 6 years ago

We also need someone to follow up on backend issues.

SethTisue commented 2 years ago

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?