On Mar 9, 2009, at 21:48 , Stéphane Ducasse wrote:
On Mar 9, 2009, at 9:45 PM, Lukas Renggli wrote:
The only problem I see is that at some point you need to save, close and reopen the image. I guess this is necessary so that the VM forgets all the old contexts still lingering around.
ok this means that we should create a new image and we cannot really use the update stream to upgrade existing image.
I think it should be doable with the update stream, no? I would try to add the install.st at the beginning of the update and then load the most recent versions of the packages using ScriptLoader as usual (ignoring any existing changes). One also needs to carefully check that the changes do not revert any fixes/modifications we did in Pharo. Adrian