One of my teammate followed straight the indications on Pharo and Moose to get a Moose image and got a DNU on Gofer#package:
What happened?
He went to the Pharo website to download the latest Pharo, but he noticed the following:
Pharo 09.12.2 (10502) The above version, 09.12.2, has several issues. Until they are resolved, please use the older version Pharo 09.11.4 (10496).
Then he went to the Moose website where he saw the following script: Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault
As some of you may quickly notice, we change #addPackage: to #package: recently to follow 10502 with the latest Gofer changes, while the recommended version is still 10496.
I just hope that the final 1.0 will be soon out so that we can get past all those things :)
-- Simon
It will we are working on it ;) But nothing is that simple and everything takes times.
Stef
On Jan 8, 2010, at 10:52 PM, Simon Denier wrote:
One of my teammate followed straight the indications on Pharo and Moose to get a Moose image and got a DNU on Gofer#package:
What happened?
He went to the Pharo website to download the latest Pharo, but he noticed the following:
Pharo 09.12.2 (10502) The above version, 09.12.2, has several issues. Until they are resolved, please use the older version Pharo 09.11.4 (10496).
Then he went to the Moose website where he saw the following script: Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault
As some of you may quickly notice, we change #addPackage: to #package: recently to follow 10502 with the latest Gofer changes, while the recommended version is still 10496.
I just hope that the final 1.0 will be soon out so that we can get past all those things :)
-- Simon
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev