Please explain me why this is API change? old code http://trac.turbogears.org/browser/projects/tg.devtools/trunk/devtools/templates/turbogears/%2Bpackage%2B/websetup.py_tmpl?rev=6511
new code http://trac.turbogears.org/browser/projects/tg.devtools/trunk/devtools/templates/turbogears/%2Bpackage%2B/websetup/__init__.py_tmpl?rev=6513 usage: from <project> import websetup setup_app(command, conf, vars) please tell me how the calling code changes from A to B ? It doesn't! so please do not say that is an api change, it isn't. The only think that could be affected by that change is that if you told someone to edit websetup.py instead of websetup. So why not look for a mid ground instead of killing the feature? make it back into a single websetup.py and let it be split into 2 functions all in the same file, everyone is happy, then make it a module for 2.1 It seems to me everyone saw a bunch of files be moved in http://trac.turbogears.org/changeset/6513 and didn't realize how trivial is that. Now lets see the feature freeze was supposed to be feb-28 (from ML archives) yet if you look at http://trac.turbogears.org/log/projects/tg.devtools/trunk/devtools/templates, we'll have to remove - the move of the ModelTest class (which I didn't because we where in api freeze) - all the new model tests - all the new auth tests so what's it going to be are we willing to "lose" all the last changes (and confuse everyone running trunk) or we are going to look for a solution? On Sun, Mar 22, 2009 at 7:55 PM, Gustavo Narea <[email protected]> wrote: > > Hello, > > On Sunday March 22, 2009 23:11:48 Mark Ramm wrote: >> And from Gustavo's message I assume that he had people put extra >> bootstrap data into websetup.py and showed that in the article -- >> which is what would be broken by chris's change. > > Yes, exactly. > > Cheers! > -- > Gustavo Narea <xri://=Gustavo>. > | Tech blog: =Gustavo/(+blog)/tech ~ About me: =Gustavo/about | > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
