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

Exception: Reflexive edges in graphs are not allowed #106

Open
CharliePoole opened this issue Oct 9, 2024 · 0 comments
Open

Exception: Reflexive edges in graphs are not allowed #106

CharliePoole opened this issue Oct 9, 2024 · 0 comments
Assignees
Labels
Bug Something isn't working as expected. High Priority High priority issue

Comments

@CharliePoole
Copy link
Contributor

This error is occurring when an invalid target task is entered for the --target option. It seems that the search for a task goes deeper in this case and some recursion occurs. I suspect this is due to the code that allows multiple targets by creating a synthetic target of the form A+B+C. The implementation may need to be changed or possibly the feature may need to be removed.

@CharliePoole CharliePoole added Bug Something isn't working as expected. High Priority High priority issue labels Oct 9, 2024
@CharliePoole CharliePoole self-assigned this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working as expected. High Priority High priority issue
Projects
None yet
Development

No branches or pull requests

1 participant