-
Notifications
You must be signed in to change notification settings - Fork 143
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
Improve circular dependencies error message #412
Comments
Just to add some context, here's the log of stackoverflow:
|
I will try to make a PR with an improvement for this case. |
We can also try to do something described in #273 and implement setter injection in case of circular dependency is detected, but that's a different story. |
This issue 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 |
We have multiple issues closed and not resolved regarding the circular dependencies. I think it would significantly help to print more extended information when StackOverflow error occurs in case of circular dependency.
Like "stackoverflow error trying to resolve dependecy X for Y".
Issues: #59, #184, #273, #369, etc.
The text was updated successfully, but these errors were encountered: