Re: [Pharo-users] Weakness

2014-09-06 Thread Ben Coman
Sven Van Caekenberghe wrote: Magnitude weakSubclass: #WeakKeyAssociation instanceVariableNames: 'value' classVariableNames: '' category: 'Collections-Support' weakSubclass: ... Oh! the shame Thanks Sven.   On 06 Sep 2014, at 16:47, Ben Coman wrote: I'd like to l

Re: [Pharo-users] Weakness

2014-09-06 Thread Sven Van Caekenberghe
Magnitude weakSubclass: #WeakKeyAssociation instanceVariableNames: 'value' classVariableNames: '' category: 'Collections-Support' weakSubclass: ... On 06 Sep 2014, at 16:47, Ben Coman wrote: > > I'd like to learn a bit more about the implementation of Weak objects. For