[Issue 3] New: GDC prints some diagnostic information to stderr instead of stdout

gdc-bugzilla at gdcproject.org gdc-bugzilla at gdcproject.org
Sun Jul 15 02:50:21 PDT 2012


http://gdcproject.org/bugzilla/show_bug.cgi?id=3

             Bug #: 3
           Summary: GDC prints some diagnostic information to stderr
                    instead of stdout
    Classification: Unclassified
           Product: GDC
           Version: development
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gdc
        AssignedTo: ibuclaw at gdcproject.org
        ReportedBy: alex at lycus.org


GDC prints diagnostic messages like importall to stderr instead of stdout (DMD
behavior). This isn't normally a problem, but since rdmd invokes "<compiler> -v
-o- -Ipath path/script.d" and uses an stdout redirect to capture compiler
output, it means that these diagnostics are shown in the user's terminal
unnecessarily.

The solution would probably be to just print all of these to stdout, but I
don't know if this goes against some GCC convention.

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.


More information about the D.gnu mailing list