Skip to content

Skip redundant superclasses\supertraits. #1209

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

Closed
DarkDimius opened this issue Apr 6, 2016 · 1 comment
Closed

Skip redundant superclasses\supertraits. #1209

DarkDimius opened this issue Apr 6, 2016 · 1 comment
Assignees

Comments

@DarkDimius
Copy link
Contributor

scala/scala-dev#98 (comment)

@DarkDimius
Copy link
Contributor Author

DarkDimius commented Jul 6, 2016

reproduce:

trait A
trait B extends A
trait C extends B
trait D extends C // lists all supertraits for no reason

class BC extends B
class DC extends BC with D // lists C though does not have to

nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Jul 12, 2016
nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Jul 12, 2016
nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Jul 12, 2016
nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Jul 12, 2016
nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Jul 12, 2016
@DarkDimius DarkDimius changed the title Skip redundant superclasses\supertraits. Skip redundant superclasses\supertraits. Jul 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants