www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 13019] New: Different color for "Warning:"

https://issues.dlang.org/show_bug.cgi?id=13019

          Issue ID: 13019
           Summary: Different color for "Warning:"
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: DMD
          Assignee: nobody puremagic.com
          Reporter: bearophile_hugs eml.cc

Now dmd 2.066beta colors error messages, here "Error", "Deprecation" and
"Warning" are in red color (and "test.d(28):" is in light grey):

test.d(28): Error: semicolon expected following auto declaration, not '11101'
test.d(28): Deprecation: octal literals 01001 are deprecated, use
std.conv.octal!1001 instead
test.d(32): Warning: statement is not reachable


If it's possible, I suggest to color "Warning:" in a less intense way, like
orange or light red.

--
Jul 02 2014