Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DependencyInjection] copy synthetic status when resolving child definitions#44986
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedJan 12, 2022
I'd prefer doing that in ResolveInstanceofConditionalsPass. Doable? |
kbond commentedJan 12, 2022
I'll need some direction for where to do this in |
nicolas-grekas commentedJan 12, 2022
just after |
kbond commentedJan 12, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The definition is still synthetic at this point - this is being copied when converting to |
src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedJan 19, 2022
Thank you@kbond. |
9da5da3 toaad1bf6Compare
Appears to be the simplest fix for#44972. The only place this appears to be a problem is when using the
lint:containercommand with an auto-configured kernel in 5.3+.