[Issue 4173] Regression(2.037) Explicitly instantiated templates still try to do IFTI in some cases

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4173 Andrei Alexandrescu changed: What|Removed |Added Version|2.037 |D2 --

[Issue 4173] Regression(2.037) Explicitly instantiated templates still try to do IFTI in some cases

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4173 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4173] Regression(2.037) Explicitly instantiated templates still try to do IFTI in some cases

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4173 --- Comment #5 from Don 2010-09-03 11:24:34 PDT --- Created an attachment (id=745) Template Interface tests for test suite These 16 tests are for both D1 and D2. Compile with dmd -c templiface.d -- Configure issuemail: http://d.puremagic.com

[Issue 4173] Regression(2.037) Explicitly instantiated templates still try to do IFTI in some cases

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4173 Don changed: What|Removed |Added Keywords||patch --- Comment #4 from Don 2010-09-03 11:19:

[Issue 4173] Regression(2.037) Explicitly instantiated templates still try to do IFTI in some cases

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4173 --- Comment #3 from Don 2010-09-03 01:45:03 PDT --- It seems to be just luck that this ever worked at all. Template parameter deduction has never worked for base classes or interfaces of a class. So although this particular case used to work, i

[Issue 4173] Regression(2.037) Explicitly instantiated templates still try to do IFTI in some cases

2010-08-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4173 --- Comment #2 from Don 2010-08-30 13:52:14 PDT --- This bug was triggered by svn commit 273, which was related to opDispatch. The immediate change was in CallExp::semantic(). Previously, it attempted full instantiation, and if that failed, it

[Issue 4173] Regression(2.037) Explicitly instantiated templates still try to do IFTI in some cases

2010-07-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4173 Don changed: What|Removed |Added Summary|Explicitly instantiated |Regression(2.037) |templates st