Thread overview
[Issue 23460] ICE in some cases when trying to infer an exception throwing function
Nov 07, 2022
RazvanN
Nov 16, 2022
RazvanN
Dec 17, 2022
Iain Buclaw
Dec 17, 2022
Iain Buclaw
Jan 19, 2023
Dlang Bot
November 07, 2022
https://issues.dlang.org/show_bug.cgi?id=23460

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
           Severity|normal                      |critical

--
November 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23460

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Using git master I cannot reproduce the dmd core dump, however, I get a floating point exception at runtime.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice

--
January 19, 2023
https://issues.dlang.org/show_bug.cgi?id=23460

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/phobos pull request #8668 "Fix issue 23460: Use `Nullable[]` to allow iterating `Nullable` of immutable type." fixing this issue:

- Fix issue 23460: Use `Nullable[]` to allow iterating `Nullable` of immutable type.

https://github.com/dlang/phobos/pull/8668

--