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

FoldScaleAxis became non-recursive #8325

Merged
merged 2 commits into from
Jul 15, 2021
Merged

Commits on Jun 23, 2021

  1. FoldScaleAxis became non-recursive

    FoldScaleAxis moved from ExprVisitor and ExprMutator
    to non-recursive MixedModeVisitor and MixedModeMutator.
    The specific transforming part itself is still recursive,
    however the underlying traversal machinery is non-recursive.
    
    Change-Id: I8bf40bd1f3f039ef0705c665a34a4624067048a1
    d-smirnov committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    933cf43 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Added extra empty lines as requested

    Change-Id: I242ec95f92b3dfc7fa3dd89385f56ab07c6e72a8
    d-smirnov committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    383c2a1 View commit details
    Browse the repository at this point in the history