Bill Schwab wrote:
Damien,
Thanks for making the new image. Is there a way to tell the image to display walkbacks instead of going straight into the debugger?
The new image seemed a nice excuse to play catch-up, which means getting a few things loaded.
Seaside - I recalled discussion of it, and quckly stumbled onto a closed bug report about
ScriptLoader new universalInstaller universe install: 'Seaside'.
That appears to work. The cryptography team's work will be important. This gets weird fast. I have a 3.9 image where it is installed correctly and works; I have very little idea how that happened. My subsequent installation attempts appear not to be complete.
SqueakMap appears to be going away in Pharo. Replacing it appear to be Installer, ScriptLoader, and maybe some of your tools to build the developer images. Is there a clear correct way to install packages now? Put another way, if I make an attempt to sort out installing the cryptography and SSL classes in Pharo, how would recommend attacking it?
Pharo is not even in beta yet, so no complaints, but I am missing something on how to go from a new core image to something that is ready for use.
Bill
Hi Bill, I maintain that your best bet for keeping all the balls in the air for whatever target images that you have in mind will be Sake/Packages. load: Installer install: 'Packages'. And have a look around. The Pharo class is already there if you need a specialised install proceedure for pharo. Keith