rdmd & exception def & multiple files

anonymous anonymous at example.com
Fri Aug 31 15:27:04 PDT 2012


On Friday, 31 August 2012 at 20:20:42 UTC, Charles Hixson wrote:
> So I only have the large case...and even there, I've been 
> working on the project, as dmd doesn't give any problems, and 
> so I can't guarantee without checking again that it still 
> fails.  But since nobody wants a 500 line test case (and I 
> don't blame them...particularly since it appears that if I move 
> it into a folder with a different name it stops failing), I 
> haven't been preserving the case.  Last time I checked it still 
> failed with rdmd in the Parser folder, but that was hours ago. 
> There haven't been many changes, but there've been some.  And I 
> can't even preserve it by copying it into another folder, 
> because then it stops failing.

A big test is worse than a small one, but still better than no 
test case whatsoever. If you provide your 500 lines, someone 
might be able to spot an already known issue (e.g. you may be 
hitting issue 7016 [1]), or someone is willing to reduce it 
further. At the very least, it's in the database and can be dealt 
with sooner or later.

[1] "local import does not create -deps dependency" - 
http://d.puremagic.com/issues/show_bug.cgi?id=7016


More information about the Digitalmars-d-learn mailing list