-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
Stack overflow with two acyclic relations in opposite directions #714
Comments
Got it reproduced, it's a bug in the notification code. I'm currently doing a refactor of that code, will make sure this gets fixed as part of that. |
great, thanks |
I get the same with Transitive.
|
This will take a bit longer to fix, I completed the refactor but it still had a few performance issues that will take some time to work through. @RicardRC makes sense that this would also trigger with |
I created an acyclic relation, and use is with child of, but in reverse order:
this made my code crash with stack overflow
Looks like my custom relation interferes with child_of, but I do not understand why
The text was updated successfully, but these errors were encountered: