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] Fixlint:container --resolve-env-vars#61261
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
Conversation
| return [ | ||
| 'default container' => ['config.yml','The container was linted successfully'], | ||
| 'missing dump file' => ['no_dump.yml','The container was linted successfully'], | ||
| ['escaped_percent.yml',false,0,'The container was linted successfully'], |
MatTheCatJul 29, 2025 • 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Cannot lintescaped_percent.yml with--resolve-env-vars yet.
nicolas-grekas commentedJul 29, 2025
fabbot failure should be fixed now |
src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedJul 29, 2025
Thank you@MatTheCat. |
6d6b615 intosymfony:7.2Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
7.2 EOL is around the corner ⏲️
--resolve-env-varsstill won’t work if you have parameters with two escaped percent signs.