[Newbies] Re: What is a weak reference

2008-07-15 Thread nicolas cellier
Bert Freudenberg a écrit : Am 15.07.2008 um 08:26 schrieb Herbert König: Hello Randal, RLS dictionary. This is how the classic dependents system works as well: the RLS dependencies are in a WeakDictionary so that when the watched object goes RLS away, the dependencies are also cleaned.

Re: [Newbies] Re: What is a weak reference

2008-07-15 Thread Bert Freudenberg
Am 15.07.2008 um 13:23 schrieb nicolas cellier: Bert Freudenberg a écrit : Am 15.07.2008 um 08:26 schrieb Herbert König: Hello Randal, RLS dictionary. This is how the classic dependents system works as well: the RLS dependencies are in a WeakDictionary so that when the watched object

[Newbies] Re: What is a weak reference

2008-07-15 Thread nicolas cellier
Bert Freudenberg a écrit : Am 15.07.2008 um 13:23 schrieb nicolas cellier: Bert Freudenberg a écrit : The dependents are weak only for regular objects. Proper Models handle their own dependents collection in a non-weak manner. - Bert - Hmm, not really Warning: this example is stupid! |

Re: [Newbies] Re: What is a weak reference

2008-07-15 Thread Randal L. Schwartz
nicolas == nicolas cellier [EMAIL PROTECTED] writes: nicolas But maybe we have just quit the beginners rails... I think the moment you mention Weak, you're already outside beginner space. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED]

[Newbies] Re: What is a weak reference

2008-07-15 Thread nicolas cellier
Randal L. Schwartz a écrit : nicolas == nicolas cellier [EMAIL PROTECTED] writes: nicolas But maybe we have just quit the beginners rails... I think the moment you mention Weak, you're already outside beginner space. :) That's the quality of our Squeak beginners. They bring really advanced

Re: [Newbies] Re: What is a weak reference

2008-07-15 Thread Rob Rothwell
On Tue, Jul 15, 2008 at 5:47 PM, nicolas cellier [EMAIL PROTECTED] wrote: Randal L. Schwartz a écrit : nicolas == nicolas cellier [EMAIL PROTECTED] writes: nicolas But maybe we have just quit the beginners rails... I think the moment you mention Weak, you're already outside beginner