Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] Always dump the container as XML#41457
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
src/Symfony/Bundle/FrameworkBundle/Command/BuildDebugContainerTrait.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedMay 31, 2021
Closing as that's not required to prevent |
Nyholm commentedMay 31, 2021
Could you elaborate? With this PR, |
nicolas-grekas commentedMay 31, 2021
See#41458 |
nicolas-grekas commentedMay 31, 2021
Note that we could decide to reopen this PR and merge it in 5.4, but that'd need a dedicated discussion. |
Dumping the container as XML in prod too prevents compiling it twice on
cache:warmup, when egConfigBuilderCacheWarmerruns, or whendebug:containerordebug:routerrun.