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

412 circular dependency detection #413

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

0ttik
Copy link

@0ttik 0ttik commented Oct 27, 2023

Closes #412 umbrella issue that will cover circular dependency case. Output is like that:
image

For now I find the first loop which might be long one. Maybe it would be more helpful to show shortest loop, but it requires a bit more complex code which I'm not sure is required. But overall I think printing the first loop provides enough information regarding the root cause of the problem and allows user to locate it.

Copy link

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve circular dependencies error message
1 participant