D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 21838 - std.format: Grouping garbles up %a output
Summary: std.format: Grouping garbles up %a output
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P1 normal
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2021-04-17 15:36 UTC by Berni44
Modified: 2021-04-24 10:11 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-17 15:36:55 UTC
assert(format!"%#,a"(0.0) == "0x0.p+0");
Comment 1 Dlang Bot 2021-04-24 08:31:41 UTC
@berni44 created dlang/phobos pull request #8005 "std.format: Make formatting with %a 100% @nogc." fixing this issue:

- Fix Issue 21838 - std.format: Grouping garbles up %a output

https://github.com/dlang/phobos/pull/8005
Comment 2 Dlang Bot 2021-04-24 10:11:37 UTC
dlang/phobos pull request #8005 "std.format: Make formatting with %a 100% @nogc." was merged into master:

- 088b589352604c357584e0756d87513afdb42207 by berni44:
  Fix Issue 21838 - std.format: Grouping garbles up %a output

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