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