Bug 10188 – Wrong Document Comment on std.format.d(176)

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-05-28T01:17:00Z
Last change time
2013-05-28T21:53:00Z
Keywords
pull
Assigned to
nobody
Creator
r.97all

Comments

Comment #0 by r.97all — 2013-05-28T01:17:17Z
I found that line 176 of std.format.d is wrong: $(TR $(TD $(B '#')) $(TD numeric ($(B '0'))) $(TD Use leading and thought it should be: $(TR $(TD $(B '0')) $(TD numeric ($(B '0'))) $(TD Use leading but Mr. Kenji Hara pointed that actually I could remove unnecessary text and made it: $(TR $(TD $(B '0')) $(TD numeric) $(TD Use leading Sorry for making incomplete pull request first: https://github.com/D-Programming-Language/phobos/pull/1307
Comment #1 by github-bugzilla — 2013-05-28T21:50:26Z
Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/521b080e255d20bb191963223487944ea3a60e1c Merge pull request #1319 from majiang/patch-4 fix Issue 10188 - Wrong document comment
Comment #2 by k.hara.pg — 2013-05-28T21:53:00Z