Comment #0 by bearophile_hugs — 2014-07-02T11:47:17Z
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.