Thread overview
[Issue 11455] Overriding template methods should raise a compile error
Mar 02, 2019
Basile-z
Dec 17, 2022
Iain Buclaw
Feb 11, 2023
Basile-z
Jun 26, 2023
Dlang Bot
Jul 17, 2023
Dlang Bot
June 10, 2015
https://issues.dlang.org/show_bug.cgi?id=11455

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

--
March 02, 2019
https://issues.dlang.org/show_bug.cgi?id=11455

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |riddlermichael@gmail.com

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
*** Issue 19232 has been marked as a duplicate of this issue. ***

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--
February 11, 2023
https://issues.dlang.org/show_bug.cgi?id=11455

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
                 CC|                            |b2.temp@gmx.com

--
June 26, 2023
https://issues.dlang.org/show_bug.cgi?id=11455

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #15350 "Fix Issue 11455 - Overriding template methods should raise a compile …" fixing this issue:

- Fix Issue 11455 - Overriding template methods should raise a compile error

https://github.com/dlang/dmd/pull/15350

--
July 17, 2023
https://issues.dlang.org/show_bug.cgi?id=11455

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15350 "Fix Issue 11455 - Overriding template methods should raise a compile …" was merged into master:

- dff2e4fc59ffead5427119dae5e7e597eb935d8d by Nick Treleaven:
  Fix Issue 11455 - Overriding template methods should raise a compile error

https://github.com/dlang/dmd/pull/15350

--