May 14, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6002

           Summary: dmd should output error message to stderr, not stdout
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: andrei@metalanguage.com


--- Comment #0 from Andrei Alexandrescu <andrei@metalanguage.com> 2011-05-14 15:04:30 PDT ---
I think this has been misdiagnosed as a rdmd issue a while bag. Consider:

dmd -v -o- doesnotexist.d >doesnotexist.deps

This command produces no stderr traffic and writes to doesnotexist.deps the following:

binary    dmd
version   v2.053
config    /home/andrei/dmd.conf
parse     doesnotexist
Error: cannot read file doesnotexist.d

The last line should be printed to stderr.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 21, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=6002


Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |thecybershadow@gmail.com
         Resolution|                            |WORKSFORME


--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> 2013-06-21 14:47:47 EEST ---
Seems to have been fixed (in v2.061 or earlier).

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