Thread overview
[Issue 10886] Typeof on @property function triggers 'wrong this' type error
Dec 17, 2022
Iain Buclaw
Mar 08, 2023
Dlang Bot
Mar 13, 2023
Dlang Bot
Mar 16, 2023
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=10886

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

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

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #14969 "Fix Issue 21288 & 10886 - incorrect this pointer" fixing this issue:

- Fix Issue 21288 & 10886 - incorrect this pointer

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

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

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

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

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14969 "Fix Issue 21288 & 10886 - incorrect this pointer" was merged into stable:

- 30a91c21347eaaebd8b27bb4598726422110c555 by RazvanN7:
  Fix Issue 21288 & 10886 - incorrect this pointer

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

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

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14992 "merge stable" was merged into master:

- 141c5683f69d5a483d6f1647950249510a025961 by Razvan Nitu:
  Fix Issue 21288 & 10886 - incorrect this pointer (#14969)

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

--