std.format: Add %g (step 3): Add template parameter to printFloatE/F.#7816
std.format: Add %g (step 3): Add template parameter to printFloatE/F.#7816dlang-bot merged 1 commit intodlang:masterfrom
Conversation
|
Thanks for your pull request and interest in making D better, @berni44! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + phobos#7816" |
|
I think it would be useful to include in the description of these PRs the initial (closed) PR so that other reviewers have a chance to understand the broader picture. I will merge this for now, but anyone else reviewing this will not understand what the point is. |
Added the link to the initial comment. Thanks for pointing this out. |
Another followup on #7810. Can be merged independently of #7815.
Precision is already adjusted in
printFloatGso it is not necessary to repeat this inprintFloatE/F.See #7804 for the background.