February 15, 2013 [dmd-internals] [D-Programming-Language/dmd] e877fb: fix Issue 9504 - typeof does not look up propertie... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: e877fb2e47c197427cfa1c50039a563a31e2d7f5 https://github.com/D-Programming-Language/dmd/commit/e877fb2e47c197427cfa1c50039a563a31e2d7f5 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-02-13 (Wed, 13 Feb 2013) Changed paths: M src/mtype.c M src/mtype.h M test/runnable/xtest46.d Log Message: ----------- fix Issue 9504 - typeof does not look up properties correctly on template argument The identifiers followed by typeof(exp) or typeod(return) may be resolved to symbol or expression. Type[Typeof|Return]::resolve should consider it. Commit: c14c395408fd59e295851e2e771e451710f9ad2b https://github.com/D-Programming-Language/dmd/commit/c14c395408fd59e295851e2e771e451710f9ad2b Author: k-hara <k.hara.pg@gmail.com> Date: 2013-02-14 (Thu, 14 Feb 2013) Changed paths: M src/mtype.c Log Message: ----------- Fix up error message Commit: 0c33e5e0547dd5313e0d7c12b1c15d2fc5deeb97 https://github.com/D-Programming-Language/dmd/commit/0c33e5e0547dd5313e0d7c12b1c15d2fc5deeb97 Author: Martin Nowak <code@dawg.eu> Date: 2013-02-15 (Fri, 15 Feb 2013) Changed paths: M src/mtype.c M src/mtype.h M test/runnable/xtest46.d Log Message: ----------- Merge pull request #1659 from 9rnsr/fix_typeof Issue 9504 - typeof does not look up properties correctly on template argument Compare: https://github.com/D-Programming-Language/dmd/compare/8f9ee7b112c6...0c33e5e0547d |
Copyright © 1999-2021 by the D Language Foundation