[Issue 4672] [patch] rdmd fails when -I is needed

2011-05-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4672


Andrei Alexandrescu and...@metalanguage.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


--- Comment #6 from Andrei Alexandrescu and...@metalanguage.com 2011-05-14 
16:47:52 PDT ---
Fixed in
https://github.com/D-Programming-Language/tools/commit/27bb715ccb93d3dc27530b664f01904503c3153b.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4672] [patch] rdmd fails when -I is needed

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4672


Andrei Alexandrescu and...@metalanguage.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||and...@metalanguage.com
 AssignedTo|nob...@puremagic.com|and...@metalanguage.com


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4672] [patch] rdmd fails when -I is needed

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4672



--- Comment #5 from Nick Sabalausky cbkbbej...@mailinator.com 2010-09-24 
14:02:34 PDT ---
A combined patch for issues #4672, #4683, #4684, #4688, #4928, #4930 is here:

http://d.puremagic.com/issues/show_bug.cgi?id=4930

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4672] [patch] rdmd fails when -I is needed

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4672



--- Comment #4 from Nick Sabalausky cbkbbej...@mailinator.com 2010-09-03 
00:05:07 PDT ---
There's a typo in the test case above:

-
$ cat src/app/main.d
module app.main;
import foo;
void main(){}
-

Should be:

-
$ cat src/app/main.d
module app.main;
import lib.foo;
void main(){}
-

(ie, Line 2 of src/app/main.d)

With that change, the test case fails with rdmd r1400, but works with xfbuild
and with the rdmd patch above.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4672] [patch] rdmd fails when -I is needed

2010-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4672



--- Comment #2 from Nick Sabalausky cbkbbej...@mailinator.com 2010-08-19 
00:12:49 PDT ---
Created an attachment (id=726)
Same as above, but in diff form

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4672] [patch] rdmd fails when -I is needed

2010-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4672



--- Comment #3 from Nick Sabalausky cbkbbej...@mailinator.com 2010-08-19 
17:28:54 PDT ---
Over here is a unified patch against rdmd r1400 for #4672, #4683 and #4684:

http://d.puremagic.com/issues/show_bug.cgi?id=4684

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4672] [patch] rdmd fails when -I is needed

2010-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4672



--- Comment #1 from Nick Sabalausky cbkbbej...@mailinator.com 2010-08-18 
01:57:19 PDT ---
Created an attachment (id=724)
Modified rdmd

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---