[dmd-internals] [D-Programming-Language/dmd] bb5c37: fix Issue 9946 - A UFCS disallowed in dynamic arra...
GitHub
noreply at github.com
Thu May 2 09:36:08 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: bb5c37dda5b7832987b69e1f99839ec24d78fac0
https://github.com/D-Programming-Language/dmd/commit/bb5c37dda5b7832987b69e1f99839ec24d78fac0
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M src/mtype.c
M src/mtype.h
M test/runnable/ufcs.d
Log Message:
-----------
fix Issue 9946 - A UFCS disallowed in dynamic array allocation
`TypeQualified::idents` may have both `Identifier` and `TemplateInstance` objects. It should be treated correctly, as like as `Dsymbol::searchX` and `TypeQualified::resolveHelper`.
Commit: 2c5df8da30efdeb37d83d84bb78cee60815f94b2
https://github.com/D-Programming-Language/dmd/commit/2c5df8da30efdeb37d83d84bb78cee60815f94b2
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M src/mtype.c
M src/mtype.h
M test/runnable/ufcs.d
Log Message:
-----------
Merge pull request #1934 from 9rnsr/fix9946
Issue 9946 - A UFCS disallowed in dynamic array allocation
Compare: https://github.com/D-Programming-Language/dmd/compare/66f3122cd17c...2c5df8da30ef
More information about the dmd-internals
mailing list