Skip to content
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

Scala outputs redundant interface declarations in bytecode #5278

Closed
scabug opened this issue Dec 5, 2011 · 2 comments
Closed

Scala outputs redundant interface declarations in bytecode #5278

scabug opened this issue Dec 5, 2011 · 2 comments
Assignees

Comments

@scabug
Copy link

scabug commented Dec 5, 2011

There are a lot of redundant interface declarations on the Java bytecode level which are already covered by super interfaces. Most obvious example is ScalaObject which is a super interface of all interfaces but could be omitted from all interfaces which have a (Scala) super interface.

@scabug
Copy link
Author

scabug commented Dec 5, 2011

Imported From: https://issues.scala-lang.org/browse/SI-5278?orig=1
Reporter: @jrudolph
Affected Versions: 2.9.1, 2.10.0

@scabug
Copy link
Author

scabug commented Dec 20, 2011

@paulp said:
Fixed in 7a99c03da1 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants