D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 21840 - std.format: grouping ignores space flag with %e
Summary: std.format: grouping ignores space flag with %e
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-18 10:20 UTC by Berni44
Modified: 2021-04-24 10:12 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-18 10:20:17 UTC
assert(format!"% 0,e"(0.0) == " 0.000000e+00");
Comment 1 Dlang Bot 2021-04-24 08:56:52 UTC
@berni44 created dlang/phobos pull request #8006 "std.format: Make formatting %e (and partly %g) 100% @nogc." fixing this issue:

- Fix Issue 21840 - std.format: grouping ignores space flag with %e

https://github.com/dlang/phobos/pull/8006
Comment 2 Dlang Bot 2021-04-24 10:12:49 UTC
dlang/phobos pull request #8006 "std.format: Make formatting %e (and partly %g) 100% @nogc." was merged into master:

- ce00bcec6cf91a30a966af01936e06e01fd23b36 by berni44:
  Fix Issue 21840 - std.format: grouping ignores space flag with %e

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