On 18.03.2011, at 11:53, Christophe COEVOET wrote: > Le 18/03/2011 11:50, Fabien Potencier a écrit : >> On 3/18/11 11:42 AM, Lukas Kahwe Smith wrote: >>> >>> On 18.03.2011, at 11:39, Fabien Potencier wrote: >>> >>>> On 3/18/11 11:26 AM, Lukas Kahwe Smith wrote: >>>>> Hi, >>>>> >>>>> outdated bootstrap files are a frequent source of frustration for users >>>>> right now. in general i think it might make sense to move this to a >>>>> cookbook entry and remove it from the standard edition. then again once >>>>> we have a stable release it might be less of a problem. but i think right >>>>> now its hurting symfony2, since people trying out symfony2 get frustrated. >>>> >>>> The bootstrap files are not the problem. >>>> >>>> The problem is that we are still not yet ready for anything. That's why I >>>> push really hard to stop changing things. >>> >>> >>> Thats why I said that its a problem right now and so imho we should disable >>> it until things have slowed down. Right now its important that we do not >>> add frustrations for trying our Symfony2 and the bootstrap files are adding >>> frustration. >> >> I'm the first one to be frustrated. Don't even get me started on the event >> system stuff. I've spent hours to fix the code, and now that I know it by >> heart, I realize that this is in fact exactly the same as before, just with >> different names. >> >> Anyway, the problem is more important than just the bootstrap files. It's >> also about the documentation that is far from up to date. >> >> So, I won't spend time disabling the bootstrap files now, but I will update >> the Quick Tour this weekend and release a proper PR8 release on Monday. That >> should fix the major headaches. >> >> Fabien > A solution would be to rebuild the bootstrap automatically when running the > vendors.sh script by calling the php script at the end. This would avoid the > issue of having an outdated bootstrap file when updating.
thats already the case: https://github.com/symfony/symfony-standard/blob/master/bin/vendors.sh#L51 i am not sure why so many people keep running into this. but they do. anyway, i do not want to waste any more time on this. so it goes. sorry for the noise. regards, Lukas Kahwe Smith [email protected] -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
