Fixing configurationOfMoose

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

Fixing configurationOfMoose

stepharo
Hi

with c. we are generating automatically configuration for Units and we
are finding bugs in ConfigurationOfMoose (assembly).

     package: 'Moose-Hismo' with: [spec requires: 'Famix-Core'];
             package: 'Moose-HismoImporter';

=>
     package: 'Moose-Hismo' with: [spec requires: 'Famix-Core'];
             package: 'Moose-HismoImporter' with: [spec requires:
'Moose-Hismo'];


Same with Moose-Test-HismImporter


we should fix it

stef
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev