Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bug with nested Kleene quantifiers with graph cycles #330

Open
BeckySharp opened this issue Aug 19, 2021 · 0 comments
Open

Bug with nested Kleene quantifiers with graph cycles #330

BeckySharp opened this issue Aug 19, 2021 · 0 comments
Assignees
Labels
area: core bug Something isn't working triage

Comments

@BeckySharp
Copy link
Contributor

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:

  1. Check out cycle_test branch
  2. Run test: ai.lum.odinson.foundations.TestCycleHandling
  3. 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 :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area: core bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

3 participants