[Grok-dev] bug in martian

Martijn Faassen faassen at startifact.com
Mon Aug 13 15:26:18 EDT 2007


Hi there,

I just ran into a bug in martian that people might've run into with 
grok. If you've had cases where you had to add grok.context() even 
though there was only a single possible context class in the module, as 
the system claimed the context was ambiguous, you've been bitten by this 
one. What was wrong is that martian could pick up the same class as a 
possible context multiple times in case the class multiply inherited 
from grok.Model and grok.Container.

The new release of martian, 0.8.1, should fix this issue. (run a 
'buildout -n' and wait a while and you should pick it up)

Regards,

Martijn



More information about the Grok-dev mailing list