Roassal3 icon indicating copy to clipboard operation
Roassal3 copied to clipboard

Full Metacello group does not include other groups

Open hernanmd opened this issue 4 years ago • 6 comments

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.

hernanmd avatar Aug 04 '21 19:08 hernanmd

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

akevalion avatar Aug 09 '21 16:08 akevalion

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

hernanmd avatar Aug 24 '21 09:08 hernanmd

Hi sorry for the delay, I will review this

akevalion avatar Sep 09 '21 14:09 akevalion

I have test it with different repositories, for example https://github.com/ObjectProfile/HierarchicalVisualizations and I do not have the MNU

akevalion avatar Sep 14 '21 21:09 akevalion

@hernanmd is this issue still valid?

akevalion avatar May 04 '22 08:05 akevalion

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

hernanmd avatar May 06 '22 05:05 hernanmd

I will close the issue as not reproducible since I can not reproduce it in other environment

akevalion avatar Oct 12 '22 15:10 akevalion