Thread overview
[Issue 12273] 'dmd -color' flag to colorize error/warning messages
Jun 30, 2014
Lionello Lunesu
Jun 30, 2014
Lionello Lunesu
Jun 30, 2014
Lionello Lunesu
Jul 02, 2014
Lionello Lunesu
May 13, 2017
Walter Bright
June 30, 2014
https://issues.dlang.org/show_bug.cgi?id=12273

Lionello Lunesu <lio+bugzilla@lunesu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |lio+bugzilla@lunesu.com

--- Comment #6 from Lionello Lunesu <lio+bugzilla@lunesu.com> ---
https://github.com/D-Programming-Language/dmd/pull/3705

--
June 30, 2014
https://issues.dlang.org/show_bug.cgi?id=12273

--- Comment #7 from Lionello Lunesu <lio+bugzilla@lunesu.com> ---
The PR for dlang.org: https://github.com/D-Programming-Language/dlang.org/pull/605

--
June 30, 2014
https://issues.dlang.org/show_bug.cgi?id=12273

--- Comment #8 from Lionello Lunesu <lio+bugzilla@lunesu.com> ---
As long as it's a flag, the TTY detection is not so important. If someone can figure out that part, we could make it the default and do away with the flag.

--
July 02, 2014
https://issues.dlang.org/show_bug.cgi?id=12273

--- Comment #9 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/1bc0af1d9a8f963350ed8fb68ef9057f70cf89af Issue 12273 - Added -color[=on|off] flag

Defaults to colored output if stderr is a TTY and TERM is not dumb.

--
July 02, 2014
https://issues.dlang.org/show_bug.cgi?id=12273

--- Comment #10 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/0a42dc82b1b23fee8e217924ae8f46209fbc87b7 Issue 12273 - Added documentation for -color[=on|off] flag

--
July 02, 2014
https://issues.dlang.org/show_bug.cgi?id=12273

Lionello Lunesu <lio+bugzilla@lunesu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #11 from Lionello Lunesu <lio+bugzilla@lunesu.com> ---
Merged, https://github.com/D-Programming-Language/dmd/commit/42728388c3df73fae7d18623cda39c34561a74c1 https://github.com/D-Programming-Language/dlang.org/commit/476a6b7c2056f957545839c2ca0a394ee13b61f9

--
May 13, 2017
https://issues.dlang.org/show_bug.cgi?id=12273

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=17396

--