March 19, 2021
https://issues.dlang.org/show_bug.cgi?id=8424

--- Comment #8 from Nick Treleaven <nick@geany.org> ---
Looks like this is implemented pending release: https://dlang.org/changelog/pending.html#formatting_floats_in_CTFE

--
March 28, 2021
https://issues.dlang.org/show_bug.cgi?id=8424

Berni44 <bugzilla@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@bernis-buecher.de

--- Comment #9 from Berni44 <bugzilla@bernis-buecher.de> ---
*** Issue 21573 has been marked as a duplicate of this issue. ***

--
March 28, 2021
https://issues.dlang.org/show_bug.cgi?id=8424

--- Comment #10 from Berni44 <bugzilla@bernis-buecher.de> ---
(In reply to Nick Treleaven from comment #8)
> Looks like this is implemented pending release: https://dlang.org/changelog/pending.html#formatting_floats_in_CTFE

Yet only for float and double; reals are still missing, but on the way... [1]
(at least x87 reals)

[1] https://github.com/dlang/phobos/pull/7907

--
April 11, 2021
https://issues.dlang.org/show_bug.cgi?id=8424

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

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

--- Comment #11 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7951 "std.format: Replace snprintf for x87-reals" fixing this issue:

- Fix Issue 8424 - Compile time conversions of double/floats to strings

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

--
April 12, 2021
https://issues.dlang.org/show_bug.cgi?id=8424

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

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

--- Comment #12 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7951 "std.format: Replace snprintf for x87-reals" was merged into master:

- c75bd8756d148cf3de0b44fd71d4f667da44ef6c by berni44:
  Fix Issue 8424 - Compile time conversions of double/floats to strings

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

--
1 2
Next ›   Last »