thanks for the report. To me it looks like we changed some on classVar lookup 
and it is not modular anymore…

Stef

On Mar 27, 2012, at 11:16 PM, Martin Sandiford wrote:

> Not sure where to report this, so here goes...
> 
> As of just recently, I can't load Nautilus after loading Seaside due
> to a name clash on "Bindings".  It's a global in DynamicBindings-lr.13
> (Seaside) and a class variable in Spec-Core-BenjaminVanRyseghem.9
> (Nautilus).

If this is a class variable then it should not be a problem, code using a class 
var should see the class var 
before the global.

> 
> Ideally I think DynamicBindings wouldn't be putting a bare word symbol
> like "Bindings" into globals, but as it happens the declaration in
> Spec-Core/ComposableModel isn't used and could be removed.
> 
> Cheers,
> Martin
> 


Reply via email to