Thread overview
[Issue 23591] [REG 2.101] Invalid casts accepted by the compiler if from type is noreturn
Dec 30, 2022
Iain Buclaw
Dec 30, 2022
Dlang Bot
Dec 30, 2022
Iain Buclaw
Dec 31, 2022
Dlang Bot
December 30, 2022
https://issues.dlang.org/show_bug.cgi?id=23591

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid
                 CC|                            |ibuclaw@gdcproject.org

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

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw updated dlang/dmd pull request #14758 "Revert "Fix Issues 23331, 23379 - fix casts involving noreturn"" fixing this issue:

- fix Issue 23591 - [REG 2.101] Invalid casts accepted by the compiler if from type is noreturn

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

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

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

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 #14758 "Revert "Fix Issues 23331, 23379 - fix casts involving noreturn"" was merged into master:

- 227b3edae230a4084eacc994cf940ec4e612232b by Iain Buclaw:
  fix Issue 23591 - [REG 2.101] Invalid casts accepted by the compiler if from
type is noreturn

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

--