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
feature #22323 [DI] Report cascades of autowiring error messages (nicolas-grekas)
This PR was merged into the 3.3-dev branch.
Discussion
----------
[DI] Report cascades of autowiring error messages
| Q | A
| ------------- | ---
| Branch? | 3.3
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | -
| License | MIT
| Doc PR | -
Enhance DX by reporting the cascade of errors that lead to an autowiring error, eg:

Also contains a cleanup found along the way: processing of nested definitions should happen before the current one so that TypedReference are processed only once.
Commits
-------
6c0f5e3 [DI] Reporte cascades of autowiring error messages
0 commit comments