-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Circular dependencies in bindings #535
Comments
WIP at #671 |
#671 adds more than just detection of circular dependencies, most notably @raymondfeng Could you please move the commit for circular dependencies to a standalone pull request? |
@raymondfeng I think the first part was done by #852, could you please confirm?
Could you please prioritize the remaining two parts so that we can close this issue as done soon?
|
See draft docs at loopbackio/loopback.io#588 |
Implemented by #852 |
Detect circular class/provider dependencies and fail with a helpful error.
Acceptance criteria
The text was updated successfully, but these errors were encountered: