Skip to content

Reimplement LabelDefs using single transform #3362

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
wants to merge 3 commits into from

Conversation

nicolasstucki
Copy link
Contributor

Previously we had 3 transformations steps;
the MiniPhaseTransformation and 2 TreeTransforms which retransformed
the same label defs several times.

With this change, all label defs transformations are performed the
MiniPhaseTransformation. This is achieved by delaying the transformation
of label defs until their first application is found.

Previously we had 3 transformations steps;
the MiniPhaseTransformation and 2 TreeTransforms which retransformed
the same label defs several times.

With this change, all label defs transformations are performed the
MiniPhaseTransformation. This is achieved by delaying the transformation
of label defs until their first application is found.
@scala scala deleted a comment from dottybot Oct 21, 2017
@scala scala deleted a comment from dottybot Oct 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant