[phobos] Windows unit tests shouldn't be in one folder

Jonathan M Davis jmdavisProg at gmx.com
Fri Jan 20 00:39:50 PST 2012


On Friday, January 20, 2012 07:32:30 Jacob Carlborg wrote:
> This would also solve the problem:
> 
> http://d.puremagic.com/issues/show_bug.cgi?id=3541
> 
> This would output the object files with fully qualified names, i.e.
> 
> std.net.isemail.o

True. And that may very well be an improvement, but it wouldn't make it so 
that the release and debug versions (or 32-bit or 64-bit when the time comes) 
end up in separate directories where they won't stomp on each other. So, while 
the pull request associated with that enhancement request may solve my 
immediate problem (which would be fine with me for the short term), I think 
that the makefile should still be adjusted in the long run.

- Jonathan M Davis


More information about the phobos mailing list