Comment #7 on issue 32 by [email protected]: Formatters (and predicates) should be passed a stack of namespaces, rather than a single one http://code.google.com/p/json-template/issues/detail?id=32
Yup, in Python that breaks it. Interesting that it doesn't in PHP and JavaScript. I suppose we could make the API different. Not sure how I feel about that. In general I want template-level compatibility. I suppose this doesn't break template compatibility, only API compatibility. But the list of formatters is supposed to cross-language. So "AbsUrl" should do the same thing in all languages. In Java it definitely matters. Probably C# and Ruby do too... I think Javascript and PHP are exceptional in this regard. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JSON Template" 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/json-template?hl=en -~----------~----~----~----~------~----~------~--~---
