← Back to index
|
Original Bugzilla link
Bug 21853 – std.format: formatting real.max in CTFE fails
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86_64
OS
All
Creation time
2021-04-23T12:31:51Z
Last change time
2021-04-24T00:52:58Z
Keywords
pull
Assigned to
No Owner
Creator
Berni44
Comments
Comment #0
by bugzilla — 2021-04-23T12:31:51Z
static assert(format!"%e"(real.max) == "1.189731e+4932");
Comment #1
by dlang-bot — 2021-04-23T13:09:23Z
@berni44 created dlang/phobos pull request #8001 "Fix Issue 21853 - std.format: formatting real.max in CTFE fails" fixing this issue: - Fix Issue 21853 - std.format: formatting real.max in CTFE fails
https://github.com/dlang/phobos/pull/8001
Comment #2
by dlang-bot — 2021-04-23T14:42:02Z
@berni44 updated dlang/phobos pull request #8002 "Fix Issue 21853 - std.format: formatting real.max in CTFE fails" fixing this issue: - Fix Issue 21853 - std.format: formatting real.max in CTFE fails
https://github.com/dlang/phobos/pull/8002
Comment #3
by dlang-bot — 2021-04-24T00:52:58Z
dlang/phobos pull request #8002 "Fix Issue 21853 - std.format: formatting real.max in CTFE fails" was merged into master: - b37b761cd427541c77595170e94ba731709eb2d8 by berni44: Fix Issue 21853 - std.format: formatting real.max in CTFE fails
https://github.com/dlang/phobos/pull/8002