Hi guys,
do you know, that if one loads Moose by hand in Pharo 4 by running:
Metacello new smalltalkhubUser: 'Moose' project: 'Moose'; configuration: 'Moose'; version: #development; load
then you get a warning:
This package depends on the following classes: MethodContext You must resolve these dependencies before you will be able to load these definitions: classOrMetaClass messageName
and if you skip it, on any error an emergency evaluator will popup and wont go away.
Uko