[phobos] improved module cycle detection algorithm finds existing cycle in phobos, what to do?

Andrei Alexandrescu andrei at erdani.com
Fri Nov 5 09:03:23 PDT 2010


When encountering a similar problem I defined stdiobase.d to break the 
dependency cycle.

This is great work. I'd love to see the cycle shown even clearer.


Andrei

On 11/5/10 10:15 AM, Steve Schveighoffer wrote:
> Hm... I just realized, this doesn't jive correctly yet because random should
> also fail...
>
> There definitely is a cycle though, that much is sure.
>
> -Steve
>
>
>
> ----- Original Message ----
>> From: Steve Schveighoffer<schveiguy at yahoo.com>
>> To: Discuss the phobos library for D<phobos at puremagic.com>
>> Sent: Fri, November 5, 2010 11:13:24 AM
>> Subject: Re: [phobos] improved module cycle detection algorithm finds existing
>> cycle in phobos, what to do?
>>
>> I moved encoding to the last module, so all the others would test first,
>> encoding appears to be the only cycle.
>>
>> Anyone want to try and figure  out how to fix it?
>>
>> -Steve
>>
>>
>>
>> ----- Original Message  ----
>>> From: Steve Schveighoffer<schveiguy at yahoo.com>
>>
>>> Note  that this is the first cycle detected from building make -f  posix.mak
>
>>> unittest.  There may be more, I can post them all here if   need be.
>>
>>
>>
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
>>
>
>
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos


More information about the phobos mailing list