Another solution would be to modify salmonella to construct a
dependency graph for all eggs and issue a warning for each dependency
cycle detected. The graph-cycles egg documentation has an example on
how to build a dependency graph, and enumerate all cycles in it. 

    -Ivan


Sunnan <[EMAIL PROTECTED]> writes:

>>  Further, no mutual dependencies (A needs B, and B needs
>> A) should be created.
> I guess I can agree with that. If that should happen, here are two
> solutions to that:
> Either:
> 1)  create a third package, C, with the stuff from A that B depends
> on, so that A depends on B and C, and B depends on C, or:
> 2) join the two packages.
>


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to