[Issue 14599] Re-add scratchFile after executable size regression has been fixed

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun May 17 20:47:53 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14599

--- Comment #1 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
Lovely. This sort of thing makes it very annoying to add any functionality
that's even vaguely related to writeln, and we never organized the modules in
Phobos with the idea of minimizing what got pulled in in order to do

writeln("hello world");

Some work has been done to minimize how much the various pieces of Phobos
depend on each other, but to a great extent it's unfixable without breaking
existing code, and often, avoiding dependencies makes it a lot harder to add
new functionality. :|

--


More information about the Digitalmars-d-bugs mailing list