Issue 1091 in moose-technology: Moose finder actually depends on gt-inspector but not its configuration

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Issue 1091 in moose-technology: Moose finder actually depends on gt-inspector but not its configuration

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1091 by [hidden email]: Moose finder actually depends on  
gt-inspector but not its configuration
https://code.google.com/p/moose-technology/issues/detail?id=1091

On Pharo 3, loading Moose with

spec
   className: #ConfigurationOfMoose;
   loads: #('UI' 'Core' 'PetitMSE' 'Moose-Wizard');

loads Object>>mooseFinderMetaIn: whose code

mooseFinderMetaIn: composite
        <moosePresentationOrder: 1000>
        (self mooseInterestingEntity gtInspectorMetaIn: composite)
                titleIcon: MooseIcons mooseMethodsBrowser

depends on #gtInspectorMetaIn: that is not in the image.

You can download a problematic image at https://ci.inria.fr/rmod/job/Boa.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev