Thread overview
[Issue 17705] std.math.isFinite cannot run at compile-time
Jul 31, 2017
Infiltrator
Dec 26, 2017
Basile B.
Sep 04, 2019
Nathan S.
Sep 04, 2019
Dlang Bot
Sep 04, 2019
Nathan S.
Sep 05, 2019
Dlang Bot
Mar 21, 2020
Basile-z
July 31, 2017
https://issues.dlang.org/show_bug.cgi?id=17705

--- Comment #1 from Infiltrator <lt.infiltrator@gmail.com> ---
----
/opt/compilers/dmd2/include/std/math.d(5385): Error: cannot convert &double to
ushort* at compile time /d948/f137.d(2): called from here: isFinite(15.0000)
----

--
December 26, 2017
https://issues.dlang.org/show_bug.cgi?id=17705

Basile B. <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |WORKSFORME

--
September 04, 2019
https://issues.dlang.org/show_bug.cgi?id=17705

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |n8sh.secondary@hotmail.com
             Blocks|                            |18630
         Resolution|WORKSFORME                  |---

--- Comment #2 from Nathan S. <n8sh.secondary@hotmail.com> ---
Verified this as not working. Re-opening.


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=18630
[Issue 18630] std.math must CTFE
--
September 04, 2019
https://issues.dlang.org/show_bug.cgi?id=17705

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #7169 "Fix Issue 17705 - std.math.isFinite cannot run at compile-time" fixing this issue:

- Fix Issue 17705 - std.math.isFinite cannot run at compile-time

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

--
September 04, 2019
https://issues.dlang.org/show_bug.cgi?id=17705

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

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


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=17007
[Issue 17007] let std.math work in CTFE
https://issues.dlang.org/show_bug.cgi?id=18630
[Issue 18630] std.math must CTFE
--
September 05, 2019
https://issues.dlang.org/show_bug.cgi?id=17705

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7169 "Fix Issue 17705 - std.math.isFinite cannot run at compile-time" was merged into master:

- a26d88c16f30181a88bda8020865439b6dead9be by Nathan Sashihara:
  Fix Issue 17705 - std.math.isFinite cannot run at compile-time

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

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=17705

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--