[dmd-internals] [D-Programming-Language/dmd] 4d8c25: fix Issue 11010 - typeid doesn't work on a member ...
GitHub
noreply at github.com
Thu Sep 26 16:53:05 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4d8c25e2aaaa492f6793dcdd7478857ee0a3e3a4
https://github.com/D-Programming-Language/dmd/commit/4d8c25e2aaaa492f6793dcdd7478857ee0a3e3a4
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M src/expression.c
M src/mtype.c
M src/mtype.h
M test/runnable/testtypeid.d
Log Message:
-----------
fix Issue 11010 - typeid doesn't work on a member of an instance
To distinguish the typeid context, add `bool intypeid` parameter on Type::resolve().
Commit: d9460bfc69ae71acef4418e3b1cdb8de8241bd1f
https://github.com/D-Programming-Language/dmd/commit/d9460bfc69ae71acef4418e3b1cdb8de8241bd1f
Author: Walter Bright <walter at walterbright.com>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M src/expression.c
M src/mtype.c
M src/mtype.h
M test/runnable/testtypeid.d
Log Message:
-----------
Merge pull request #2587 from 9rnsr/fix11010
[REG2.063] Issue 11010 - typeid doesn't work on a member of an instance
Compare: https://github.com/D-Programming-Language/dmd/compare/da3d2e6e8c9b...d9460bfc69ae
More information about the dmd-internals
mailing list