[phobos] unittest.d

Jonathan M Davis jmdavisProg at gmx.com
Tue May 15 11:08:52 PDT 2012


On Tuesday, May 15, 2012 14:43:49 Alex Rønne Petersen wrote:
> 3) Couldn't it be replaced altogether with the testing scheme used on
> POSIX?

It's arguably desirable to have everything tested as one executable on 
Windows, because that way we can catch circular dependencies. With the scheme 
that's used on Posix, we can't do that very well. The main catch is that we've 
sometimes had to fix circular dependencies which were caused by unit tests 
rather than normal code.

- Jonathan M Davis


More information about the phobos mailing list