Skip to content

Skip redundant superclasses\supertraits. #1368

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

Merged
merged 1 commit into from
Jul 15, 2016

Conversation

nicolasstucki
Copy link
Contributor

No description provided.

@nicolasstucki nicolasstucki force-pushed the skip-redundant-superclasses branch 7 times, most recently from 20bdf40 to 61325d1 Compare July 12, 2016 13:29
@nicolasstucki
Copy link
Contributor Author

Review by @DarkDimius

import dotty.tools.dotc.core.Symbols._
import dotty.tools.dotc.transform.TreeTransforms.{MiniPhaseTransform, TransformerInfo}

class CollectSuperCalls extends MiniPhaseTransform {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment explaining what the purpose of this phase is in some details

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I knew that I was missing something important but could not remember what.

@nicolasstucki nicolasstucki force-pushed the skip-redundant-superclasses branch from 61325d1 to 468ff9c Compare July 13, 2016 08:30
@nicolasstucki nicolasstucki changed the title Fix #1209: Skip redundant superclasses\supertraits. Skip redundant superclasses\supertraits. Jul 13, 2016
@DarkDimius
Copy link
Contributor

LGTM

@DarkDimius DarkDimius merged commit 71889a9 into scala:master Jul 15, 2016
@allanrenucci allanrenucci deleted the skip-redundant-superclasses branch December 14, 2017 19:24
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

Successfully merging this pull request may close these issues.

4 participants