Re: Axiom Testing

Glyph Lefkowitz <[email protected]> Fri, 10 Feb 2006 13:21:35 -0500
Newsgroups gmane.comp.python.quotient.dev
Message-ID <[email protected]>
On Fri, 2006-02-10 at 15:09 -0300, Gabriel Jacobo wrote:

> I tested it using the SVN version as well...

This doesn't happen for on the SVN version either, and I don't believe
it would happen on the released version (although TestB doesn't define
any attributes, so it won't ever work if you instantiate one and I don't
recall if that would have imported cleanly before).  Are you sure you
don't have some other modifications to axiom which are causing this?

> by the way, I´ve added a 
> reference mechanism that allows to have a ref count on objects to
> avoid 
> deletion of such referenced objects, are you interested in that?

I don't think we want to add that feature, as I said, referential
integrity is different from refcounting, but I would be interested to
see how you did it.