|
seems to have become remarkably slow. The following script:
------------------------------
#(
'EnumRECT' 'COM Random Stream' 'Simple Web Browser'
'ColorPickerApplet' 'Hello World Applet' 'Calculator (Console)'
'Catenate' 'Hello World (Console)' 'Autoplay'
'Bouncing Balls' 'Calculator' 'Etch-a-Sketch'
'Hello World' 'Notepad' 'PersonalMoney'
'Playground' 'RegEdit' 'Protected Scribble'
'Scribble' 'Video Library' 'AvatarChat'
'Chat'
) do: [:each || package |
package := PackageManager current packageNamed: each ifNone: [nil].
package isNil ifFalse: [PackageManager current uninstall: package]].
------------------------------
took 2 minutes 15 to execute on this machine, which seems excessive for
removing just 22 packages. It even takes longer to run that script than the
equvalent done interactively (with all the confirmation dialogs, button
clicking, screen refreshing, etc) did under beta 2.
BTW, "Development System" seems to have "RBFormatters" as a prerequisite
now. I'm not sure that's wrong but it seems a bit suspect.
Also the RB packages don't uninstall cleanly -- prompts that (from memory)
RBChanges has one instance, and one other class too.
-- chris
|