D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 21853 - std.format: formatting real.max in CTFE fails
Summary: std.format: formatting real.max in CTFE fails
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: x86_64 All
: P1 normal
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2021-04-23 12:31 UTC by Berni44
Modified: 2021-04-24 00:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Berni44 2021-04-23 12:31:51 UTC
static assert(format!"%e"(real.max) == "1.189731e+4932");
Comment 1 Dlang Bot 2021-04-23 13:09:23 UTC
@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 Dlang Bot 2021-04-23 14:42:02 UTC
@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 Dlang Bot 2021-04-24 00:52:58 UTC
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