I run tests, and fix some ones. All are green for Moose.
Some problems with FS, but it seems not impact moose.
Cheers, Jannik
On Oct 23, 2010, at 18:15 , Laval Jannik wrote:
I make changes to load Moose on pharo 1.2
here is the script:
Gofer new squeaksource: 'rb'; package: 'AST-Core'; package: 'Refactoring-Core'; package: 'Refactoring-Changes'; package: 'Refactoring-Critics'; package: 'Refactoring-Environment'; package: 'Refactoring-Spelling'; load.
(ConfigurationOfShout project version: '1.2') load.
Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault. =====
It loads, with some deprecation due to FileSystem. I have not the right to change that. But moose loads :)
Jannik Laval
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--- Jannik Laval