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

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17705

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


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

2019-09-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17705

Dlang Bot  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Dlang Bot  ---
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

--


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

2019-09-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17705

Nathan S.  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
--


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

2019-09-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17705

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #3 from Dlang Bot  ---
@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

--


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

2019-09-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17705

Nathan S.  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||n8sh.second...@hotmail.com
 Blocks||18630
 Resolution|WORKSFORME  |---

--- Comment #2 from Nathan S.  ---
Verified this as not working. Re-opening.


Referenced Issues:

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


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

2017-12-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17705

Basile B.  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||b2.t...@gmx.com
 Resolution|--- |WORKSFORME

--


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

2017-07-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17705

--- Comment #1 from Infiltrator  ---

/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.)


--