Thread overview
[Issue 17459] format("%012,3d", ...) doesn't handle field width and zero-padding correctly
December 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17459

--- Comment #1 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/9352627f89348a4479114a5bcdc64cf35c0957bf Fix for problems with format seperators

fix issue 17459
fix issue 18047

This is in one commit as the two problem are located at the place

andrei review

--
December 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17459

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17459

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/9352627f89348a4479114a5bcdc64cf35c0957bf Fix for problems with format seperators

--