Re: How to avoid circular module dependencies within a distribution?

2016-10-21 Thread David Christensen
On 10/21/2016 05:30 AM, David Cantrell wrote: > Commit regularly, commit often, don't be afraid to revert or to git > reset --hard :-) Agreed. > I have some rather alarming intra-distribution module dependency > problems in one of my dists - Number-Phone - but seem to muddle through > OK. Debugg

Re: How to avoid circular module dependencies within a distribution?

2016-10-21 Thread David Cantrell
On 2016-10-18, 07:05, David Christensen wrote: Once upon a time, I created a distribution with circular dependencies. Then I discovered that a compiler failure in one module that is part of a circular dependency loop will cause a domino effect whereby none of the modules in the loop will compile