Re: Axiom Testing

Gabriel Jacobo <[email protected]> Tue, 28 Mar 2006 13:09:47 -0300
Newsgroups gmane.comp.python.quotient.dev
Message-ID <[email protected]>
I´ve decided to checkout the lastest SVN version of Axiom to see if the 
"referential integrity enforcement" had been implemented, but I sadly 
found out that I could not try it anymore, as the SVN version of Axiom 
now needs Vertex, and Vertex requires OpenSSL. This is alright, I can 
install it...but it seems kinda bloated to ask for a SSL install if I 
just want to use a database, doesnt it?

Is there a workaround for this?

Gabriel.



Glyph Lefkowitz escribió:
> On Fri, 2006-02-10 at 14:32 -0300, Gabriel Jacobo wrote:
>
>   
>> By the way, I´m trying to add a "safe reference" behavior to Axiom 
>> (references that keep ref counts to avoid elimination of referenced 
>> objects), but the only way I´ve found to add behavior to item.Item is by 
>> changing the code right there, I mean I couldn´t find a way to "cheat" 
>> the "inheritance protection" system. Which is the recommend way of doing 
>> this?
>>     
>
> You probably want referential integrity enforcement, not refcounting :).
> I happen to be starting work on such a thing today; hopefully some time
> in the next week it will be usable.  We also really need to get a
> release out sometime soon...
>
> The suggested way to "cheat" and use inheritance is to write mixins
> rather than subclassing Item.
>
>
>
> _______________________________________________
> Divmod-dev mailing list
> [email protected]
> http://divmod.org/users/mailman.twistd/listinfo/divmod-dev
>
>