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

Limit rendering cycle detection to expression nodes #817

Merged
merged 3 commits into from
Jan 27, 2022

Conversation

mattcoley
Copy link
Collaborator

Bug found when this protection was added in #142

I think this cycle protection should only apply to ExpressionNodes. In my test case I have two nested if loops that will resolve, however since they have the same image this protection is preventing the render from happening.

@mattcoley mattcoley merged commit 5730e2d into master Jan 27, 2022
@mattcoley mattcoley deleted the limit-cycle-detection branch January 27, 2022 15:54
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.

2 participants