April 02, 2017
https://issues.dlang.org/show_bug.cgi?id=13568

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

https://github.com/dlang/phobos/commit/95b2b139e9438e8ff7383946be4aa0de3a85159a Merge pull request #5296 from ntrel/ct-stdio-format

Issue 13568: Add CT-checked format string overloads to std.stdio merged-on-behalf-of: H. S. Teoh <quickfur@users.noreply.github.com>

--
April 03, 2017
https://issues.dlang.org/show_bug.cgi?id=13568

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

https://github.com/dlang/phobos/commit/95b2b139e9438e8ff7383946be4aa0de3a85159a Merge pull request #5296 from ntrel/ct-stdio-format

--
June 17, 2017
https://issues.dlang.org/show_bug.cgi?id=13568

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

https://github.com/dlang/phobos/commit/3aa8011a043a9bcfd52d43255f3c0a8885e143e9 Issue 13568: Add CT-checked format string overloads to std.stdio

https://github.com/dlang/phobos/commit/722683b65186a46a6f9977e15810ee766b257879 Merge pull request #5296 from ntrel/ct-stdio-format

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=13568

--- Comment #9 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/4a1733e7e2e1a1b20a9e2ae2aa28fdc098dc5f7e Merge pull request #5288 from ntrel/ct-format

https://github.com/dlang/phobos/commit/3aa8011a043a9bcfd52d43255f3c0a8885e143e9 Issue 13568: Add CT-checked format string overloads to std.stdio

https://github.com/dlang/phobos/commit/722683b65186a46a6f9977e15810ee766b257879 Merge pull request #5296 from ntrel/ct-stdio-format

https://github.com/dlang/phobos/commit/95b2b139e9438e8ff7383946be4aa0de3a85159a Merge pull request #5296 from ntrel/ct-stdio-format

--
September 01, 2017
https://issues.dlang.org/show_bug.cgi?id=13568

b2.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |FIXED

--
September 01, 2017
https://issues.dlang.org/show_bug.cgi?id=13568

hsteoh@quickfur.ath.cx changed:

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

--- Comment #10 from hsteoh@quickfur.ath.cx ---
This is not completely fixed yet.  Part II is to refactor std.format to eliminate redundant dependencies if the format string doesn't ask for it. E.g., if the format string is only "%s" the resulting code should not pull in dependencies on floating-point formatting code.

--
September 27, 2017
https://issues.dlang.org/show_bug.cgi?id=13568

--- Comment #11 from b2.temp@gmx.com ---
There's https://issues.dlang.org/show_bug.cgi?id=17381 that could be handled the day std.format will be refact.

The strategy used to check statically the specifier (call format() and look if
there's been an exception) makes it impossible to fix.

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=13568

--- Comment #12 from github-bugzilla@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/4a1733e7e2e1a1b20a9e2ae2aa28fdc098dc5f7e Merge pull request #5288 from ntrel/ct-format

https://github.com/dlang/phobos/commit/3aa8011a043a9bcfd52d43255f3c0a8885e143e9 Issue 13568: Add CT-checked format string overloads to std.stdio

https://github.com/dlang/phobos/commit/722683b65186a46a6f9977e15810ee766b257879 Merge pull request #5296 from ntrel/ct-stdio-format

https://github.com/dlang/phobos/commit/95b2b139e9438e8ff7383946be4aa0de3a85159a Merge pull request #5296 from ntrel/ct-stdio-format

--
March 30, 2018
https://issues.dlang.org/show_bug.cgi?id=13568

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com
            Summary|Support compile-time format |refactor std.format to
                   |strings in std.format       |eliminate redundant
                   |                            |dependencies if the format
                   |                            |string doesn't ask for it

--- Comment #13 from Seb <greensunny12@gmail.com> ---
> This is not completely fixed yet.  Part II is to refactor std.format to eliminate redundant dependencies if the format string doesn't ask for it

This should have been a separate issue (bugzilla even allows meta issues that depend on other issues), but I renamed this for now.

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=13568

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--