July 15, 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@gdcproject.org
        ReportedBy: alex@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.