[FIX] Re: [BUG] VirtualRootModule<<cachedClassNames not updated

Henrik Gedenryd h.gedenryd at open.ac.uk
Fri Feb 1 12:59:09 UTC 2002


Craig Latta wrote:

> Hi Henrik--
> 
> It seems that VirtualRootModule<<cachedClassNames doesn't get updated
> (it doesn't get nilled when classes are added or removed), so, e.g., new
> classes aren't found with "find class..." in the system browser.
> 
> 
> -C

You're right. Simple fix though:

VirtualRootModule>>invalidateCaches

    cachedClassNames _ nil.
    SystemOrganization invalidateCaches

I will collect this fix with others.

Henrik




More information about the Squeak-dev mailing list