www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - -op creates spurious directories

reply "Jarrett Billingsley" <kb3ctd2 yahoo.com> writes:
This is just funny.  If you use -op on the following file:

----[/dmd/proj/test.d]------
import std.c.windows.windows;

void main()
{

}
----------

DMD will generate the directories /dmd/proj/std/c/windows.  It just makes 
them, and they're empty.

I don't think this even warrants a Bugzilla; it's probably just some debug 
code that got left in in 0.168. 
Oct 04 2006
parent Derek Parnell <derek nomail.afraid.org> writes:
On Thu, 5 Oct 2006 00:34:01 -0400, Jarrett Billingsley wrote:

 This is just funny.  If you use -op on the following file:
 
 ----[/dmd/proj/test.d]------
 import std.c.windows.windows;
 
 void main()
 {
 
 }
 ----------
 
 DMD will generate the directories /dmd/proj/std/c/windows.  It just makes 
 them, and they're empty.
 
 I don't think this even warrants a Bugzilla; it's probably just some debug 
 code that got left in in 0.168.
Thank goodness! I've been trying to find out why Build is suddenly doing this ;-) -- Derek (skype: derek.j.parnell) Melbourne, Australia "Down with mediocrity!" 5/10/2006 2:51:34 PM
Oct 04 2006