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

Leave quoted (nested) expressions unchanged when evaluating captured variables #1262

Merged
merged 4 commits into from May 16, 2022

Commits on May 15, 2022

  1. Copy the full SHA
    37b24ad View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3535d7a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Optimize capture evaluation during expr comparison

    After the last commit, every expression comparison would perform two
    tree traversals: one for the potential capture evaluation rewrite, and
    another for the actual comparison. This commit changes `Expression-
    Comparer` back to a single-traversal algorithm.
    stakx committed May 16, 2022
    Copy the full SHA
    819f315 View commit details
    Browse the repository at this point in the history
  2. Update the changelog

    stakx committed May 16, 2022
    Copy the full SHA
    dee0746 View commit details
    Browse the repository at this point in the history