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

topdown/eval: fix 'every' term plugging on save #4775

Merged
merged 2 commits into from Jun 29, 2022

Commits on Jun 17, 2022

  1. topdown/eval: fix 'every' term plugging on save

    Previously missing plugging could cause unsafe variables in the
    PE output.
    
    Now, all terms in the 'every' body should be plugged properly.
    The approach taken here is to plug them all, and then fix the
    key and val var names of the copied every expression. Those vars
    are fresh after the compiler is done with the expression, so
    plugging them should never have any effect outside of the rename.
    
    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Jun 17, 2022
    Copy the full SHA
    91cde1a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Copy the full SHA
    92a214c View commit details
    Browse the repository at this point in the history