[Issue 4672] [patch] rdmd fails when -I is needed
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Sep 3 00:05:27 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4672
--- Comment #4 from Nick Sabalausky <cbkbbejeap at 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: -------
More information about the Digitalmars-d-bugs
mailing list