Thread overview
[Issue 14539] +508KB (684KB -> 1191KB) filesize increase "Hello, world" binary
May 03, 2015
Vladimir Panteleev
May 10, 2015
Walter Bright
May 10, 2015
Walter Bright
May 14, 2015
Martin Nowak
May 14, 2015
Martin Nowak
May 19, 2015
Sobirari Muhomori
May 03, 2015
https://issues.dlang.org/show_bug.cgi?id=14539

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P5

--
May 10, 2015
https://issues.dlang.org/show_bug.cgi?id=14539

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Hmm, when are we going to insert a test in the autotester test suite for file size?

--
May 10, 2015
https://issues.dlang.org/show_bug.cgi?id=14539

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/D-Programming-Language/phobos/pull/3273

--
May 14, 2015
https://issues.dlang.org/show_bug.cgi?id=14539

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #3 from Martin Nowak <code@dawg.eu> ---
Would be helpful to share any findings instead of just treating symptoms. Is the reason for the size increase some added imports?

--
May 14, 2015
https://issues.dlang.org/show_bug.cgi?id=14539

--- Comment #4 from Martin Nowak <code@dawg.eu> ---
(In reply to Martin Nowak from comment #3)
> Would be helpful to share any findings instead of just treating symptoms. Is the reason for the size increase some added imports?

https://github.com/D-Programming-Language/phobos/pull/2956#issuecomment-99328828

--
May 18, 2015
https://issues.dlang.org/show_bug.cgi?id=14539

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |14599

--
May 19, 2015
https://issues.dlang.org/show_bug.cgi?id=14539

--- Comment #5 from Sobirari Muhomori <dfj1esp02@sneakemail.com> ---
As I understand, std.file pulled std.datetime.

--
May 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14539

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |schveiguy@yahoo.com
         Resolution|---                         |FIXED

--- Comment #6 from Steven Schveighoffer <schveiguy@yahoo.com> ---
The change has been reverted.

--