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

Fix Infinite If #56

Closed
mindoodoo opened this issue Feb 7, 2023 · 0 comments
Closed

Fix Infinite If #56

mindoodoo opened this issue Feb 7, 2023 · 0 comments
Assignees
Labels
Bug Something isn't working

Comments

@mindoodoo
Copy link
Collaborator

This issue aims to resolve the issue presented in the integrationTests/TestFiles/Factorial.scm test file where because we evaluate the arguments of the if function before evaluating the if condition, if we have recursive calls we will recurse infinitely.

@mindoodoo mindoodoo added Bug Something isn't working execution labels Feb 7, 2023
@mindoodoo mindoodoo self-assigned this Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant