QtD 0.1 is out!

Walter Bright newshound1 at digitalmars.com
Fri Feb 27 10:33:18 PST 2009


Jarrett Billingsley wrote:
> On Fri, Feb 27, 2009 at 12:36 PM, Eldar Insafutdinov 
> <e.insafutdinov at gmail.com> wrote:
>> We faced a bug that module static constructors don't work with
>> cyclic imports. Currently it's fixed with a dirty hack which is not
>> really acceptable. Is there any chance for this to be fixed?
>> 
> 
> I'll save Walter the trouble: come up with a reproduceable testcase
> if you haven't already.  It won't get fixed it he can't tell what the
>  problem is.


I'll add to that my experience is that if the test case is incomplete, 
then I need to guess at the rest and fill it in. Often, then the test 
case works, and there's a cycle of "I can't reproduce the problem" 
followed by the missing bit of context that was the real cause.

Then once the problem gets fixed, the reproducible test case goes into 
the test suite so it stays fixed.


More information about the Digitalmars-d-announce mailing list