www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6002] New: dmd should output error message to stderr, not stdout

reply d-bugmail puremagic.com writes:
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



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: -------
May 14 2011
parent d-bugmail puremagic.com writes:
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



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: -------
Jun 21 2013