Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!sdcsvax!trantor.harris-atd.com!x102c!rsimonian From: rsimonian@x102c.harris-atd.com (Simonian RP 66449) Newsgroups: comp.lang.smalltalk Subject: Re: Smalltalk/V: adding new instance variable Message-ID: <2225@trantor.harris-atd.com> Date: 17 Jun 89 20:42:13 GMT References: <17@piyopiyo.hatori.t.u-tokyo.JUNET> <7030001@hpcupt1.HP.COM> Sender: news@trantor.harris-atd.com Reply-To: rsimonian@x102c.harris-atd.com (Simonian RP 66449) Organization: Harris Corporation GSS, Melbourne, Florida Lines: 11 In article <7030001@hpcupt1.HP.COM> dclaar@hpcupt1.HP.COM (Doug Claar) writes: >Smalltalk/V seems to leave things laying around for various reasons. To get >rid of the instances, inspect object. Then inspect classPool. THEN, inspect OR, to get rid of all instances of a class FOO, evaluate: FOO allInstances do: [:i | i become: String new] Richard P. Simonian 407/984-6006 Natural Language Processing Group Harris GISD, Melbourne, FL 32902 Internet: rsimonian%x102c@trantor.harris-atd.com