PS. The latest 1.0 release is PharoCore-1.0-10515rc3 (available from
the gforge page), to get the equivalent of a Pharo (pharo-dev) rc
image, load the ConfigurationOfPharo into that, and evaluate
(ConfigurationOfPharo version: '1.0-rc.3-baseline') load.
PPS. There will be an error when doing the load, since the AST-Tests
package in squeaksource/rb has been renamed AST-Tests-Core, and the
same for Refactoring-Tests, and the old packages removed...
Lukas, would you mind uploading them again?
For now, you can debug, and in the method that breaks, change the
packageSpec's file to 'AST-Tests-Core-lr.8' and
Refactoring-Tests-Core-lr.34 respectively.
This will happen twice, since the spec first loads
ConfigurationOfRefactoringBrowser once as part of the defined
packages, then again as a prereq when loading
ConfigurationOfOmniBrowser.