Hi all,
In a Pharo-Core, when I try to load Moose with: --- Gofer new squeaksource: 'Moose'; addPackage: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault. ---
There is a warning because of dependencies to OBCodeBrowser and OBCommand. I think we should integrate these packages in the loader or create another loader for PharoCore or remove these dependencies.
Cheers --- Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr ---
On 4 nov. 2009, at 10:54, Laval Jannik wrote:
Hi all,
In a Pharo-Core, when I try to load Moose with:
Gofer new squeaksource: 'Moose'; addPackage: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.
There is a warning because of dependencies to OBCodeBrowser and OBCommand. I think we should integrate these packages in the loader or create another loader for PharoCore or remove these dependencies.
I don't think Moose is really useful without dev tools but... anyway, it would be cool to have a complete account of dependencies not part of Pharo-Core.
Two things still depend on OB as far as I know: the Easel and metacello.
For metacello it should be easy to load a minimal version without OB commands, if we want.
For Easel, this requires changing the implementation.
-- Simon
Yes, the easel depends on OBPluggableTextMorphWithShout and OBTextMorphWithShout
Cheers, Alexandre
On 6 Nov 2009, at 10:16, Simon Denier wrote:
On 4 nov. 2009, at 10:54, Laval Jannik wrote:
Hi all,
In a Pharo-Core, when I try to load Moose with:
Gofer new squeaksource: 'Moose'; addPackage: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.
There is a warning because of dependencies to OBCodeBrowser and OBCommand. I think we should integrate these packages in the loader or create another loader for PharoCore or remove these dependencies.
I don't think Moose is really useful without dev tools but... anyway, it would be cool to have a complete account of dependencies not part of Pharo-Core.
Two things still depend on OB as far as I know: the Easel and metacello.
For metacello it should be easy to load a minimal version without OB commands, if we want.
For Easel, this requires changing the implementation.
-- Simon
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev