-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[ClassLoader] provide a tool chain to generate class maps #2407
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I disagree about putting it in SensioDistributionBundle. Due to the way it works, this bundle breaks everything when your app does not use the |
Commits ------- ba3b321 [ClassLoader] Added a class map file generator utility Discussion ---------- [ClassLoader] Added a class map file generator utility Bug fix: no Feature addition: yes Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: #2407 --------------------------------------------------------------------------- by lsmith77 at 2011-11-30T19:33:52Z @TheSalla do you have time/interest to finish this up? --------------------------------------------------------------------------- by thesalla at 2011-12-01T09:55:50Z sure (will attempt at least), but no sooner than tomorrow --------------------------------------------------------------------------- by stof at 2011-12-12T20:41:41Z @TheSalla @fabpot what is the state of this PR ? --------------------------------------------------------------------------- by thesalla at 2011-12-17T19:36:58Z If you don't have any other suggestions or ideas, I'd consider it finished. --------------------------------------------------------------------------- by lsmith77 at 2012-01-24T09:27:12Z ping --------------------------------------------------------------------------- by fabpot at 2012-02-02T08:21:38Z @TheSalla: Can you rename the ClassMapDumper class to ClassMapGenerator and then squash your commit before the merge? Thanks. --------------------------------------------------------------------------- by thesalla at 2012-02-04T12:55:48Z @fabpot done.
How about provide it first, no better where it is. This could help performance a lot. |
We have a class map generator now in master, so closing this issue. |
it appears we do not have tools to generate a class map to be used in the map class loader. maybe we should even provide a command. then again maybe this should be handled by https://github.com/sensio/SensioDistributionBundle/tree/master/Resources/bin ?
The text was updated successfully, but these errors were encountered: