[dmd-internals] [D-Programming-Language/dmd] 69307c: 2nd fix for Issue 9124 - Object variable of variad...
GitHub
noreply at github.com
Mon Dec 17 02:01:43 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 69307c29749ee45ded4c59e58ff01d94b1fbc7bd
https://github.com/D-Programming-Language/dmd/commit/69307c29749ee45ded4c59e58ff01d94b1fbc7bd
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-12 (Wed, 12 Dec 2012)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
2nd fix for Issue 9124 - Object variable of variadic template struct needs explicit "this" in certain situations
Commit: 08a4bb8787bc9f97c96d272acf294037a89e6d64
https://github.com/D-Programming-Language/dmd/commit/08a4bb8787bc9f97c96d272acf294037a89e6d64
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-12 (Wed, 12 Dec 2012)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
fix Issue 9143 - template structs with two parameters confuse DMD on multiple instantiations
Commit: 3662698e1d592693d7556741bc6bf95474908e9a
https://github.com/D-Programming-Language/dmd/commit/3662698e1d592693d7556741bc6bf95474908e9a
Author: Walter Bright <walter at walterbright.com>
Date: 2012-12-17 (Mon, 17 Dec 2012)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
Merge pull request #1368 from 9rnsr/fix9124
Issue 9124 & 9143 - manifest constant should be de-symbolize in template argument comparison
Compare: https://github.com/D-Programming-Language/dmd/compare/c9373834865f...3662698e1d59
More information about the dmd-internals
mailing list