Thread overview
[Issue 14484] IFTI doesn't work with TemplateThisParameter and inheritance
Mar 09, 2018
Nick Treleaven
Dec 17, 2022
Iain Buclaw
[Issue 14484] [REG 2.063] IFTI doesn't work with TemplateThisParameter and inheritance
April 24, 2015
https://issues.dlang.org/show_bug.cgi?id=14484

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--- Comment #1 from Steven Schveighoffer <schveiguy@yahoo.com> ---
Yes. It has something to do with the way it's called.

changing the line to 'this.f()' works (valid workaround).

calling f from outside the class works.

--
March 09, 2018
https://issues.dlang.org/show_bug.cgi?id=14484

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #2 from Nick Treleaven <nick@geany.org> ---
*** Issue 17773 has been marked as a duplicate of this issue. ***

--
October 29, 2022
https://issues.dlang.org/show_bug.cgi?id=14484

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=20341

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=14484

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
March 16, 2023
https://issues.dlang.org/show_bug.cgi?id=14484

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simen.kjaras@gmail.com

--- Comment #3 from Steven Schveighoffer <schveiguy@gmail.com> ---
*** Issue 20341 has been marked as a duplicate of this issue. ***

--
March 16, 2023
https://issues.dlang.org/show_bug.cgi?id=14484

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
           Priority|P3                          |P1
            Summary|IFTI doesn't work with      |[REG 2.063] IFTI doesn't
                   |TemplateThisParameter and   |work with
                   |inheritance                 |TemplateThisParameter and
                   |                            |inheritance
           Severity|normal                      |regression

--- Comment #4 from Steven Schveighoffer <schveiguy@gmail.com> ---
Marking as regression from issue 20341

--