[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 and...@erdani.com 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 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 clugd...@yahoo.com.au 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

[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 clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #4 from

[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 clugd...@yahoo.com.au 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:

[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 clugd...@yahoo.com.au 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,

[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 clugd...@yahoo.com.au changed: What|Removed |Added Summary|Explicitly instantiated |Regression(2.037)