On Mar 18, 2010, at 11:15 18AM, Mariano Martinez Peck wrote:

> 
> 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.
> 
> 
> It was fixed already some time ago. I have also updated all project to 
> latests versions. I actually build a PharoDev image based on Pharo 1.0 RC3 
> and latests pharo dev tools and all seemed to work perfect. 
> 
> I will try to release such image by the end of the week/weekend.
> 
> Cheers
> 
> Mariano

I guess the correct incantation was (ConfigurationOfPharo project version: 
'1.0-rc3.10515') load. :)

We really should set up a backup repository with all the packages included in 
specs though.
Older versions have already stopped working twice now due to package deletions, 
first FFI, and then RB.

F.ex, doing (ConfigurationOfPharo project version: '1.0-rc2.10508') load in a 
10508rc2 Core image will now fail.

Cheers,
Henry

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to