chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Eggology


From: Ivan Raikov
Subject: Re: [Chicken-users] Eggology
Date: Wed, 22 Aug 2007 15:50:49 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

  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 <address@hidden> 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.
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]