[dmd-internals] [D-Programming-Language/dmd] e6e840: More configurable -v2 output
GitHub via dmd-internals
dmd-internals at puremagic.com
Fri Dec 12 00:36:24 PST 2014
Branch: refs/heads/dmd-1.x
Home: https://github.com/D-Programming-Language/dmd
Commit: e6e84098880fbff2e7dc8c8b5acc8a67f6924dc1
https://github.com/D-Programming-Language/dmd/commit/e6e84098880fbff2e7dc8c8b5acc8a67f6924dc1
Author: Dicebot <public at dicebot.lv>
Date: 2014-12-12 (Fri, 12 Dec 2014)
Changed paths:
M src/declaration.c
M src/func.c
M src/lexer.c
M src/mars.c
M src/mars.h
M src/mtype.c
M src/parse.c
M src/statement.c
Log Message:
-----------
More configurable -v2 output
* -v2 does not imply -wi anymore, explicit -w / -wi usage is expected
* -v2=xxx allows to enabled only specific warnings
* -v2-list prints all available -v2 warning kinds
Commit: 4cefd364df3764718498483b6f939aa247c9e9af
https://github.com/D-Programming-Language/dmd/commit/4cefd364df3764718498483b6f939aa247c9e9af
Author: Walter Bright <walter at walterbright.com>
Date: 2014-12-12 (Fri, 12 Dec 2014)
Changed paths:
M src/declaration.c
M src/func.c
M src/lexer.c
M src/mars.c
M src/mars.h
M src/mtype.c
M src/parse.c
M src/statement.c
Log Message:
-----------
Merge pull request #4211 from Dicebot/d1-split-v2
[D1] more configurable -v2 output
Compare: https://github.com/D-Programming-Language/dmd/compare/4b95d7749256...4cefd364df37
More information about the dmd-internals
mailing list