Hi,
It's me again. Sorry for bothering you but I'm not able to load Moose from my
ConfigurationOf in a fresh 2.0 image…
I tried every possible version: minimal, stable, default, and development but it does not
load correctly.
Either I got a..
- SmallInteger>>#add: error which leads me to
https://pharo.fogbugz.com/f/cases/10395/ but I cannot understand the fix.
- With development (or default) I got a SmallInteger(Object)>>doesNotUnderstand:
#isEmpty.
- Some missing dependencies with BlockContext
I'm wondering if someone can please take a fresh Pharo 2.0 image and try to load Moose
(stable, default, or whatever)
using the Configuration and kindly tell me how to set up my configuration to load it.
FYI I'm loading Moose by doing the following in my configuration of:
spec
project: 'Moose' with: [
spec
className: 'ConfigurationOfMoose';
loads: #('default');
file: 'ConfigurationOfMoose';
repository: 'http://smalltalkhub.com/mc/Moose/Moose/main' ]
Then I tried to replace #loads: with #versionString: and change the version string but I
had no luck.
Thanks in advance,
Roberto Minelli