Thread overview
[Issue 22530] Explicit cast between classes incorrectly goes through 'alias this' inside CTFE
Nov 21, 2021
Dlang Bot
Nov 21, 2021
Dlang Bot
Dec 14, 2021
Dlang Bot
November 21, 2021
https://issues.dlang.org/show_bug.cgi?id=22530

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #13332 "Fix Issue 22530 - Explicit cast between classes incorrectly goes through 'alias this' inside CTFE" fixing this issue:

- Fix Issue 22530 - Explicit cast between classes incorrectly goes through 'alias this' inside CTFE

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

--
November 21, 2021
https://issues.dlang.org/show_bug.cgi?id=22530

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13332 "Fix Issue 22530 - Explicit cast between classes incorrectly goes through 'alias this' inside CTFE" was merged into stable:

- fcea221e0be0dc21b1703158718466baae90ed3d by Boris Carvajal:
  Fix Issue 22530 - Explicit cast between classes incorrectly goes through
'alias this' inside CTFE

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

--
December 14, 2021
https://issues.dlang.org/show_bug.cgi?id=22530

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

- 43f1d040d9c94cc582816e977d7cba2838739f0f by Boris Carvajal:
  Fix Issue 22530 - Explicit cast between classes incorrectly goes through
'alias this' inside CTFE (#13332)

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

--