[dmd-beta] dmd 1.063 and 2.048 beta
David Simcha
dsimcha at gmail.com
Tue Aug 10 18:43:03 PDT 2010
I'd be glad to help out with this. Let me know what adding my code to
the test suite would consist of. The best lib for exercising the
compiler is probably dstats (http://dsource.org/projects/dstats),
because it abuses templates so much. I have no idea how it would
integrate into the rest of the test suite, but basically all I've been
doing is compiling it and then running the unittests in each file to
instantiate all the templates and make sure there aren't any wrong code
issues.
On 8/10/2010 9:28 PM, Walter Bright wrote:
>
>
> David Simcha wrote:
>> I'll try but this might not always be possible because the way I'm
>> finding these is by tring to compile libraries that I wrote. Once
>> they encounter their first error, they stop compiling and won't get
>> to another error until the first one is fixed.
>>
>
> The usual way to deal with that is to comment out the failing code and
> soldier on.
>
> Also, it looks like it will be a good idea to incorporate your code
> into the test suite.
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
More information about the dmd-beta
mailing list