[dmd-internals] [D-Programming-Language/dmd] d683a0: fix Issue 5988 - Template accepts instantiating an...
GitHub
noreply at github.com
Tue Jun 25 00:32:36 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: d683a052674722d5320a6de44cf2f7456e80b8f7
https://github.com/D-Programming-Language/dmd/commit/d683a052674722d5320a6de44cf2f7456e80b8f7
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-06-24 (Mon, 24 Jun 2013)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
fix Issue 5988 - Template accepts instantiating an already-instantiated template type
Commit: 771c99c6ccf34032a8cc43f5462caa9e3457630e
https://github.com/D-Programming-Language/dmd/commit/771c99c6ccf34032a8cc43f5462caa9e3457630e
Author: Walter Bright <walter at walterbright.com>
Date: 2013-06-25 (Tue, 25 Jun 2013)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
Merge pull request #2051 from 9rnsr/fix5988
Issue 5988 - Template accepts instantiating an already-instantiated template type
Compare: https://github.com/D-Programming-Language/dmd/compare/3ae187fe0d01...771c99c6ccf3
More information about the dmd-internals
mailing list