Christopher Arndt wrote: > Alberto Valverde schrieb: > >> I've merged it already. I found a couple minor quirks in >> prioritized_methods which I've fixed but don't feel confident enough in >> making a release yet (I already made 3 today). Anyway, TJ requires the >> dev version which will be pulled out from the mercurial archive whenever >> it is is installed so it is not much of a problem. >> > > You mean, you need mercurial installed to install TurboJson? IMHO, > that's unacceptable. Please bear in mind that TurboJson is also used by > the TG 1.1 branch, for which we hope to issue a beta release soon. We > have worked hard to ensure that TG 1.0 is installable with just Python > and no other development tools and I think it would be very bad if we > regress from there without need. > Mercurial doesn't have to be installed to "easy_install" mercurial archives. These are created on the fly from the repository tip, *zipped*, and served by hgweb. easy_install couldn't care less if the zip was dynamically generated or if is was a static file gathering dust in some hard drive platter ;)
Take a look if you want to see for yourself at the links labeled "download zip" in http://toscawidgets.org/download. This URL is listed as "download_url" in pypi for prioritized_methods so easy_install looks there when it sees pypi has no 'dev' version registered there. However, I would like some feedback from someone who can try the new version with a TG1 app that makes some good use of custom jsonify rules before making a release, just in case. Although I'm pretty sure that if Jonathan's app didn't break with jsonify 50-60 rules we're going to be ok... :) Cheers, Alberto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
