Ok I will then.

Stef

On Aug 13, 2013, at 4:47 PM, Tudor Girba <tudor@tudorgirba.com> wrote:

Yes, just go ahead.

Doru


On Tue, Aug 13, 2013 at 4:18 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
MooseAlgos-Clustering is depending on MalArrayVector

so I suggested to do

spec
                        package: 'Moose-Algos-Graph' ;
                        package: 'Moose-Algos-LinearAlgebra';
                        package: 'Moose-Tests-Algos-Graph' ;
                        package: 'Moose-Algos-HierarchicalGraph' with: [spec requires: 'Moose-Algos-Graph'];
                        package: 'Moose-Tests-Algos-HierarchicalGraph' ;
                        package: 'Moose-Tests-Algos-LinearAlgebra' ;
                        package: 'Moose-Tests-Algos-Clustering' ;
                        package: 'Moose-Tests-Algos-InformationRetrieval' ;
                        package: 'Moose-Tests-Algos-FormalConceptAnalysis';
                        package: 'Moose-Tests-Algos-Lattice';
                        package: 'Moose-Algos-Clustering' with: [spec requires: 'Moose-Algos-LinearAlgebra'] ;
                        package: 'Moose-Algos-FormalConceptAnalysis';
                        package: 'Moose-Algos-Lattice';
                        package: 'Moose-Algos-InformationRetrieval';
                        package: 'Moose-Algos-Kontractor';
                        package: 'Moose-Tests-Algos-Kontractor' ;


should I commit this changes?

> Problem 2
> --------------
> Now I found another problem
>
> Algo-Clustering
>
>       MalArrayVector MalVectorDecorator MalSymetricMatrix MalVector
> arrives before
>       LinearAlgebra
>
>
>                       package: 'Moose-Algos-Clustering' ;
>                       package: 'Moose-Algos-LinearAlgebra';
>
> So I moved package: 'Moose-Algos-LinearAlgebra'; before
> and I added a dependency
>
>
>       package: 'Moose-Algos-Clustering' with: [spec requires: 'Moose-Algos-LinearAlgebra'] ;
>
>
> Of course the feedback loop is quite long….
> So testing until the next problem. I think that we should build a tool that check dependencies.
>
> could you change this information or do I do it?
>
>
> Stef

_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--
www.tudorgirba.com

"Every thing has its own flow"
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev