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

--- Comment #1 from Jonathan M Davis <[email protected]> ---
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. :|

--

Reply via email to