[Q] Removal scripts

Hannes Hirzel hannes.hirzel.squeaklist at bluewin.ch
Wed Mar 19 16:26:16 UTC 2003


Hi


Brent and I just updated the page 

  Modularizing the Squeak image
  http://swiki.squeakfoundation.org/squeakfoundation/77

with links to SM entries with the removal scripts.

Does anybody know of other removal scripts lingering around somewhere?


Regards
Hannes

--------------------------------------------------------

P.S.   For convenience (to avoid a copy / paste exercise from SqueakMap)

I enclose a removing sequence script which may be pasted into a
workspace
of a fresh image and runs fine. It roughly removes 400 classes.

Class allSubclasses size  
                            1811

"Squeak 3.4 image"
"10095 kB image size"

"Evalutate expression below first as a single <do-it>".

TheWorldMenu loadSqueakMap.



"
------------------------------------------------------------------------
----"
" You may select all expressions below at once and choose <do-it>."

SMSqueakMap default loadUpdates.

SMSqueakMap default installPackageWithId:
'625e704a-e422-463d-a4a0-c654e3b9aab8'.    "Balloon3DRemoval"


SMSqueakMap default installPackageWithId:
'09c7111f-801f-4920-8e84-218f8980f283'.  "Celeste Removal"

SMSqueakMap default installPackageWithId:
'55651203-06f7-40f1-a8a1-967c38bb938a' .   "Games Removal"


SMSqueakMap default installPackageWithId:
'ffe2485e-4d55-4963-946f-e3701f93ea4b'.   "VM generation removal"

SMSqueakMap default installPackageWithId:
'4ca1fad1-c0ca-4826-ad63-2ba99e0d5745'.  "PWS Removal"

Smalltalk garbageCollect .

"8409 kB image size"



"
------------------------------------------------------------------------
----- "
" Number of classes "
Class allSubclasses size 
                            1420



More information about the Squeak-dev mailing list