September 01, 2019
https://issues.dlang.org/show_bug.cgi?id=20186

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@CyberShadow created dlang/phobos pull request #7164 "Fix Issue 20186 - File size of "Hello, world" executable increased by 185KB" fixing this issue:

- Fix Issue 20186 - File size of "Hello, world" executable increased by 185KB

  We can delay the std.format import until the relevant templates are
  instantiated.

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

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

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7164 "Fix Issue 20186 - File size of "Hello, world" executable increased by 185KB" was merged into master:

- fe87dc7c4216f7f695ccf3500f92af0cece3d60b by Vladimir Panteleev:
  Fix Issue 20186 - File size of "Hello, world" executable increased by 185KB

  We can delay the std.format import until the relevant templates are
  instantiated.

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

--