[Issue 10050] New: Regression (git-head): RDMD no longer emits error messages from DMD
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu May 9 11:23:31 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10050
Summary: Regression (git-head): RDMD no longer emits error
messages from DMD
Product: D
Version: D2
Platform: All
OS/Version: Windows
Status: NEW
Severity: regression
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: andrej.mitrovich at gmail.com
--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-05-09 11:23:29 PDT ---
test.d:
----
void main()
{
foobar;
}
----
2.062:
$ rdmd --force test.d
> test.d(3): Error: undefined identifier foobar
> Failed: "dmd" "-v" "-o-" "test.d" "-I."
git-head:
$ rdmd --force test.d
> Failed: ^"dmd^" ^"-v^" ^"-o-^" ^"test.d^" ^"-I.^"
Tested on Win7 x64.
--
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