[BUG]Lots of unimplemented methods in 3.6#5373

Bob Arning arning at charm.net
Wed Aug 13 23:43:17 UTC 2003


On Wed, 13 Aug 2003 16:26:17 -0700 Tim Rowledge <tim at sumeru.stanford.edu> wrote:
>For example it's a little worrying to see that
>SystemDictionary>lowSpaceWatcher calls #freeSomeSpace which is
>unimplemented.

FWIW, #freeSomeSpace will not be sent until there is something in MemoryHogs. Currently nothing adds objects to MemoryHogs, so the key is that if someone were to do so, it would be important to see that #freeSomeSpace is implemented by those objects.

Cheers,
Bob



More information about the Squeak-dev mailing list