Description
In some old topics from the Standard-Edition:
#639 - Improving the Symfony Standard Edition
And especially this one:
#608 - Bundle dependencies on other bundles as defined by the bundle instead of AppKernel
I wanted to open a new issue to discuss about the bundle dependency feature. In fact, I made a little test on my local fork with some "test" bundles, and it seems to work correctly, but in fact, I'm not a complete expert of Symfony core system, so I wanted to first discuss about this feature that @fabpot seemed not to find a solution for (that's why #608 has been closed) , and propose in the same way the pull-request with some little modifications inside the Kernel
and Bundle
classes.
The PR will be referenced just after this post, so please, what do you think ?