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

Conversation

stakx
Copy link
Contributor

@stakx stakx commented May 15, 2022

Fixes #1217.

@stakx stakx added this to the 4.18.1 milestone May 15, 2022
@stakx stakx self-assigned this May 15, 2022
stakx added 2 commits May 16, 2022 08:56
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 stakx force-pushed the bugfix/lazy-setup-expr-evaluation branch from 7c44a66 to dee0746 Compare May 16, 2022 06:56
@stakx stakx merged commit c969604 into devlooped:main May 16, 2022
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.

Update from 4.13.1 to 4.16.1 lazy evaluation setups fail
1 participant