[dmd-internals] [D-Programming-Language/dmd] f633fb: fix Issue 5679 - Type aliasing "this" from an acce...
GitHub
noreply at github.com
Mon Nov 19 23:18:39 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f633fb87736eafe265fe61b34415b99ccfb604af
https://github.com/D-Programming-Language/dmd/commit/f633fb87736eafe265fe61b34415b99ccfb604af
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-07-22 (Sun, 22 Jul 2012)
Changed paths:
M src/optimize.c
M test/runnable/aliasthis.d
Log Message:
-----------
fix Issue 5679 - Type aliasing "this" from an access function defined in base class confuses the compiler about the type of objects
Commit: ea0e58bbb20fdd36e8357ae4242458f3835d33b5
https://github.com/D-Programming-Language/dmd/commit/ea0e58bbb20fdd36e8357ae4242458f3835d33b5
Author: Walter Bright <walter at walterbright.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)
Changed paths:
M src/optimize.c
M test/runnable/aliasthis.d
Log Message:
-----------
Merge pull request #972 from 9rnsr/fix5679
Issue 5679 - Type aliasing "this" from an access function defined in base class confuses the compiler about the type of objects
Compare: https://github.com/D-Programming-Language/dmd/compare/0c93ce24e800...ea0e58bbb20f
More information about the dmd-internals
mailing list