[dmd-internals] [D-Programming-Language/dmd] 52e8fd: Remove left-over debug printf
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Jul 29 13:56:51 PDT 2014
Branch: refs/heads/dmd-1.x
Home: https://github.com/D-Programming-Language/dmd
Commit: 52e8fd534554ffb6ba7c9ee5912cfff5d2f8f434
https://github.com/D-Programming-Language/dmd/commit/52e8fd534554ffb6ba7c9ee5912cfff5d2f8f434
Author: Mihails Strasuns <mihails.strasuns at sociomantic.com>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M src/mtype.c
Log Message:
-----------
Remove left-over debug printf
Commit: b73558567d2933ab95acf5c85a937f7e13363924
https://github.com/D-Programming-Language/dmd/commit/b73558567d2933ab95acf5c85a937f7e13363924
Author: Mihails Strasuns <mihails.strasuns at sociomantic.com>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M src/parse.c
Log Message:
-----------
Improve -v2 diagnostic message for typedef
alias is not a 1-to-1 replacement for typedef and in many cases
struct based workaround is absolutely necessry.
Commit: 69992eef05b797c6d9f74397d851844a75e4a731
https://github.com/D-Programming-Language/dmd/commit/69992eef05b797c6d9f74397d851844a75e4a731
Author: Mihails Strasuns <mihails.strasuns at sociomantic.com>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M src/parse.c
Log Message:
-----------
Change -v2 diagnostic message for volatile
Sometimes volatile was used to prevent reordering in which case
synchronized may not be applicable. Threading is tricky so better
to not propose striaghtforward solution.
Commit: a10cbb1f3f9652eaf604c98155a4e286a0e063cc
https://github.com/D-Programming-Language/dmd/commit/a10cbb1f3f9652eaf604c98155a4e286a0e063cc
Author: Walter Bright <walter at walterbright.com>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M src/mtype.c
M src/parse.c
Log Message:
-----------
Merge pull request #3830 from mihails-strasuns-sociomantic/dmd-1.x
[D1] Few changes to -v2 diagnostics
Compare: https://github.com/D-Programming-Language/dmd/compare/c4c1c8d8e49d...a10cbb1f3f96
More information about the dmd-internals
mailing list