[dmd-internals] [D-Programming-Language/dmd] 972c90: Fix Issue 13478 - [REG2.066] Templates not emitted...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Sep 15 14:13:48 PDT 2014
Branch: refs/heads/2.066
Home: https://github.com/D-Programming-Language/dmd
Commit: 972c90fddc053cc0e4560077dce4f1753269fdef
https://github.com/D-Programming-Language/dmd/commit/972c90fddc053cc0e4560077dce4f1753269fdef
Author: David Nadlinger <code at klickverbot.at>
Date: 2014-09-15 (Mon, 15 Sep 2014)
Changed paths:
M src/template.c
A test/runnable/imports/template13478a.d
A test/runnable/imports/template13478b.d
A test/runnable/template13478.d
Log Message:
-----------
Fix Issue 13478 - [REG2.066] Templates not emitted when also referenced in speculative contexts
On master, this has already been fixed as a by-product of
Kenji's minst/… rewrite of the instantiation tracking logic.
Commit: 0acbd549026041920a6b28cedca4a4e2e91a915b
https://github.com/D-Programming-Language/dmd/commit/0acbd549026041920a6b28cedca4a4e2e91a915b
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-09-16 (Tue, 16 Sep 2014)
Changed paths:
M src/template.c
A test/runnable/imports/template13478a.d
A test/runnable/imports/template13478b.d
A test/runnable/template13478.d
Log Message:
-----------
Merge pull request #3993 from klickverbot/2.066
Fix Issue 13478 - [REG2.066] Templates not emitted when also referenced in speculative contexts
Compare: https://github.com/D-Programming-Language/dmd/compare/9ca87d2855e3...0acbd5490260
More information about the dmd-internals
mailing list