About AnObsoleteSunitNameResolver

Maurizio Boriani debauxit at yahoo.it
Fri Aug 4 13:24:32 UTC 2006


>>>>> "Lic" == Lic Edgar J De Cleene <edgardec2001 at yahoo.com.ar> writes:

    Lic> Save your image and in a backup copy you could do:

ok

    Lic> SmalltalkImage current fixObsoleteReference

this one drop out two classes

    Lic> If still have obsoletes , you could try:

    Lic> | outputStream arreglar| Transcript open.  outputStream _
    Lic> ReferenceStream fileNamed: 'clasesObsoletas.txt'.  arreglar _
    Lic> (Smalltalk obsoleteClasses).  Transcript show: arreglar
    Lic> size;cr.  1 to: arreglar size do: [:c | (arreglar at:c )
    Lic> allInstancesDo: [ :i | i becomeForward: nil].  outputStream
    Lic> nextPut: (arreglar at:c ) printString.  Transcript show:
    Lic> (arreglar at:c ) printString ;cr.  (arreglar at:c )
    Lic> becomeForward: nil.].  outputStream close.  3 timesRepeat:
    Lic> [Smalltalk garbageCollect].

    Lic> And beg you image don't blow :=)

with this vm crash :(

    Lic> Edgar

is there a method to remove only one Obsolete? (most of them are
etoy related, I'm interested in having sunit working again...)

Also, what's these obsolete stuff?

thanks 

-- 
Maurizio Boriani 
GPG key: 0xCC0FBF8F
 => E429 A37C 5259 763C 9DEE  FC8B 5D61 C796 CC0F BF8F <=



More information about the Squeak-dev mailing list