Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #51588 [FrameworkBundle] Always use buildDir as `ConfigBuilderGen…
…erator` outputDir (HypeMC) This PR was merged into the 5.4 branch. Discussion ---------- [FrameworkBundle] Always use buildDir as `ConfigBuilderGenerator` outputDir | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #51582 | License | MIT | Doc PR | - The `ConfigBuilderGenerator` is instantiated in three places, two of which use `kernel.build_dir` as the output dir, and one which uses `kernel.cache_dir`: - https://github.com/symfony/symfony/blob/29f427fcbd78b700a1b253c7927e51017d964f59/src/Symfony/Component/HttpKernel/Kernel.php#L736 - https://github.com/symfony/symfony/blob/29f427fcbd78b700a1b253c7927e51017d964f59/src/Symfony/Component/DependencyInjection/Extension/ExtensionTrait.php#L55-L61 - https://github.com/symfony/symfony/blob/29f427fcbd78b700a1b253c7927e51017d964f59/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ConfigBuilderCacheWarmer.php#L43-L45 This PR fixes this inconsistency so that `kernel.build_dir` is always used. Commits ------- e1a14b754b [FrameworkBundle] Always use buildDir as `ConfigBuilderGenerator` outputDir
- Loading branch information