On 30/03/15 21:22, Peter Uhnák wrote:
I think the idea would be to have option to load it in
one go instead
of loading two independent libraries... something like
ConfigurationOfRoassal loadWithPresenters.
or
ConfigurationOfRoassal load; loadPresenters.
(I'm not sure if either of those are possible with Meta(monti)cello.
Yes, that is easy to do with Metacello. It requires using
groups. Setting up groups is easy, maintaining them less so, as
they are not yet first-class citizens. It is difficult to find out which
groups of which configurations are loaded and tool support is
insufficient. Retiring groups currently doesn't work correctly.
Stephan