[dmd-internals] [D-Programming-Language/dmd] a74623: fix Issue 4350 - (mixin) mixed in template identif...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Nov 8 22:26:04 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a7462333d2bdf7030c6d03c5668a3b9f27ca80a5
https://github.com/D-Programming-Language/dmd/commit/a7462333d2bdf7030c6d03c5668a3b9f27ca80a5
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-11-02 (Mon, 02 Nov 2015)
Changed paths:
M src/expression.d
M test/runnable/testrightthis.d
Log Message:
-----------
fix Issue 4350 - (mixin) mixed in template identifier is not accessible by "with" statement
Commit: d08523d48a7547422832e147b01ab0319d9b901b
https://github.com/D-Programming-Language/dmd/commit/d08523d48a7547422832e147b01ab0319d9b901b
Author: Walter Bright <walter at walterbright.com>
Date: 2015-11-08 (Sun, 08 Nov 2015)
Changed paths:
M src/expression.d
M test/runnable/testrightthis.d
Log Message:
-----------
Merge pull request #5252 from 9rnsr/fix4350
Issue 4350 - (mixin) mixed in template identifier is not accessible by "with" statement
Compare: https://github.com/D-Programming-Language/dmd/compare/c8da977cd144...d08523d48a75
More information about the dmd-internals
mailing list