[dmd-internals] [D-Programming-Language/dmd] b0f168: Add test case to cover version.c.
GitHub via dmd-internals
dmd-internals at puremagic.com
Fri Nov 28 16:07:31 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: b0f168b7f50e4267914bfe41aef641cd6d293eb6
https://github.com/D-Programming-Language/dmd/commit/b0f168b7f50e4267914bfe41aef641cd6d293eb6
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-11-27 (Thu, 27 Nov 2014)
Changed paths:
A test/fail_compilation/test13786.d
Log Message:
-----------
Add test case to cover version.c.
Commit: ffb2b73e6428ad0c4ef639d8117a6e27fb18449a
https://github.com/D-Programming-Language/dmd/commit/ffb2b73e6428ad0c4ef639d8117a6e27fb18449a
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-11-28 (Fri, 28 Nov 2014)
Changed paths:
M src/version.c
M src/version.h
M test/fail_compilation/test13786.d
Log Message:
-----------
Print debug/version level instead of __anonymous in error messages.
When integer debug/version levels are used, ident is not defined,
causing Dsymbol::toChars() to print "__anonymous", which is unhelpful.
Instead, it should return the debug/version level being set as an
integer.
Commit: 4c98263313454c1e77acd5c878bfcf8ea5da0664
https://github.com/D-Programming-Language/dmd/commit/4c98263313454c1e77acd5c878bfcf8ea5da0664
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-11-29 (Sat, 29 Nov 2014)
Changed paths:
M src/version.c
M src/version.h
A test/fail_compilation/test13786.d
Log Message:
-----------
Merge pull request #4171 from quickfur/issue13786_version
Issue 13786: Add test case to cover version.c.
Compare: https://github.com/D-Programming-Language/dmd/compare/5edd5a5237b6...4c9826331345
More information about the dmd-internals
mailing list