On 4/23/06, Jeff Watkins <[EMAIL PROTECTED]> wrote: > Yep. And you'd never understand *why* your login was rejected.
I've debugged generic functions before and they're not that bad. A little logging and you can see exactly what's being called, and RuleDispatch is not ambiguous when it comes to deciding what to call. On the general topic of events: 1) Not in 1.0 - 1.0 is frozen. 2) There are already capable event packages in Python (Zope 3 has one that can likely be pulled out and may already be an egg, there's also PyDispatcher which has the unfortunate bit of having a top level package called "dispatch" just like RuleDispatch) 3) Take a look at the hooks and tools system that Bob Brewer proposed (and implemented) for CP3: http://www.aminus.org/blogs/index.php/fumanchu/2006/04/23/cherrypy_3_directions RhubarbTart is not a given for First Class, particularly now when we haven't even merged anything from the branch to the trunk. It's better to not start using another new abstraction if we already have useful abstractions available. Events may be a good thing, but I'd like that to get seriously tossed around a bit. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
