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
Dec 07
Dlang Bot
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

--
December 01
https://issues.dlang.org/show_bug.cgi?id=20197

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/10386

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--
December 07
https://issues.dlang.org/show_bug.cgi?id=20197

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@runiixx updated dlang/phobos pull request #10576 "Make std.math.isIdentical work in CTFE with coverage tests" fixing this issue:

- Fix Bugzilla Issue 20197

  Signed-off-by: runiixx <murgua03@gmail.com>

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

--