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
---