You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When there are nested kleene quantifiers (+ and *) and corresponding cycles in the dependency graph, Odinson gets into an infinite loop...!
To Reproduce
Steps to reproduce the behavior:
Check out cycle_test branch
Run test: ai.lum.odinson.foundations.TestCycleHandling
Enjoy infinite loop, listen as your laptop fan starts up
Expected behavior
not an infinite loop! :)
Additional context
May seem like an esoteric issue, but fwiw I am dealing with it in a diff project where I'm using Odinson... plus infinite loops are generally bad :)
The text was updated successfully, but these errors were encountered:
Describe the bug
When there are nested kleene quantifiers (
+
and*
) and corresponding cycles in the dependency graph, Odinson gets into an infinite loop...!To Reproduce
Steps to reproduce the behavior:
cycle_test
branchai.lum.odinson.foundations.TestCycleHandling
Expected behavior
not an infinite loop! :)
Additional context
May seem like an esoteric issue, but fwiw I am dealing with it in a diff project where I'm using Odinson... plus infinite loops are generally bad :)
The text was updated successfully, but these errors were encountered: