You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #59810 [DependencyInjection] Defer check for circular references instead of skipping them (biozshock)
This PR was merged into the 6.4 branch.
Discussion
----------
[DependencyInjection] Defer check for circular references instead of skipping them
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| License | MIT
Allow Dependency injection to check for circular references for lazy services, if they ever appear as "non-lazy" later during the compilation.
The issue happens when one of injected references happen to be in a service locator and injected into another service.
Commits
-------
124087b [DependencyInjection] Defer check for circular references instead of skipping them.
0 commit comments