Thread overview
[Issue 20197] Make std.math.isIdentical work in CTFE
Sep 08, 2019
Nathan S.
Jun 06, 2020
Nathan S.
Jun 06, 2020
Nathan S.
Jun 06, 2020
Dlang Bot
Dec 17, 2022
Iain Buclaw
September 08, 2019
https://issues.dlang.org/show_bug.cgi?id=20197

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |17007


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=17007
[Issue 17007] let std.math work in CTFE
--
June 06, 2020
https://issues.dlang.org/show_bug.cgi?id=20197

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|installer                   |phobos

--- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> ---
Actually it doesn't require this since in CTFE there is no way to construct a real nan with a payload that would be lost when casting to double.

--
June 06, 2020
https://issues.dlang.org/show_bug.cgi?id=20197

Nathan S. <n8sh.secondary@hotmail.com> changed:

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

--
June 06, 2020
https://issues.dlang.org/show_bug.cgi?id=20197

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #7515 "Make std.math.isIdentical work in CTFE" fixing this issue:

- Fix Issue 20197 - Make std.math.isIdentical work in CTFE

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

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--