-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cyclic function assignment cause stack error #322
Comments
After I read the code related, I think the problem is the getDescendants function called before cyclic dependencies get erased in childMap, so there will be cyclic calls in getDescendants, thus the stack error. This specifically happens if the value of constant "onlyTheseAndChildren" is not null, the only time getDescendants is called. |
What were you trying to do? Some sort of recursive definition? |
Trying to test if it will throw an error |
Trying to do this in python will throw an error too. You need to define one function first, you can then define another as the original function. |
Hello, I think I found a bug,
add g to the text cursor in this picture and the app will crash
the log:
www.math3d.org-1642475359497.log
The text was updated successfully, but these errors were encountered: