Re: reference swapping

2010-05-22 Thread Ilya Sterin
Paul, thanks for the link to your module. I'll check it out. Basically, these leaks exist because of the necessity to have circular references in our domain objects. We used the scala::util::weaken to weaken one side of the reference, which is the parent side. Either way, it would cause issues.

Re: reference swapping

2010-05-21 Thread Paul Miller
On Thu, May 20, 2010 at 6:54 PM, Ilya Sterin wrote: > Looking at devel::peek, I can see what seems to be list of referents > to the object, so that information is I believe maintained.  What I'd > love to find out whether it's possible, is for me to walk the list of > graph of referents and replac