Bug 13019 – Different color for "Warning:"

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-07-02T11:47:00Z
Last change time
2014-08-30T05:39:54Z
Keywords
pull
Assigned to
nobody
Creator
bearophile_hugs

Comments

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.
Comment #1 by k.hara.pg — 2014-08-29T16:17:21Z
https://github.com/D-Programming-Language/dmd/pull/3919 Currently "Error:" uses light red. So choose colors: Warning -> light yellow, Deprecation -> light blue.
Comment #2 by github-bugzilla — 2014-08-30T05:39:54Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/1e27b1adf58f49fa7908fb5a60b77963c666b3d1 fix Issue 13019 - Different color for "Warning:" Choose colors: Warning -> light yellow, Deprecation -> light blue https://github.com/D-Programming-Language/dmd/commit/873ea240168fcafe1cf2ed87694b134268aee157 Merge pull request #3919 from 9rnsr/fix13019 Issue 13019 - Different color for "Warning:"