Roassal3
Roassal3 copied to clipboard
Full Metacello group does not include other groups
The "full" Metacello group actually does not load the "Core" group, so it is not really the "Full" version.
I suggest that the "Full" Roassal 3 Baseline group includes also the "Core" group and the "GraphViz" group, to include everything which is available.
As far as I know
This is a graph of dependencies
Full versions uses Mini Mini uses SVGTests SVGTests uses SVG and SVG uses Core
Then this graph will load all this new dependencies
Hi Milton,
Could you tell us a way to load Roassal 3 from a Baseline dependency to avoid the error "Instance of RSLabel did not understand #computeEncompassingRectangleFor:matrix:"?
I tried with these:
...
spec baseline: 'Roassal3' with: [ spec repository: 'github://ObjectProfile/Roassal3' ];
...
and
...
spec baseline: 'Roassal3' with: [ spec repository: 'github://ObjectProfile/Roassal3'; loads: 'Full' ];
...
And the MNU still continues. It is the same error described in #408
Hi sorry for the delay, I will review this
I have test it with different repositories, for example https://github.com/ObjectProfile/HierarchicalVisualizations and I do not have the MNU
@hernanmd is this issue still valid?
@akevalion I'm in the process of porting CORMAS to Pharo 10 so it will take a couple of days if the case it is reproducible. (AFAIK OpenPonk doesn't use Roassal 3 yet and CORMAS uses R3 in some parts and R2 for OpenPonk)
I will close the issue as not reproducible since I can not reproduce it in other environment