Windows console is broken
Sergey Gromov
snake.scaly at gmail.com
Fri Feb 1 11:23:44 PST 2008
bearophile Wrote:
> Sergey Gromov:
> > import std.conv;
> > import std.stdio;
> > import std.format;
> > import std.c.windows.windows;
>
> I think everyone has to start qualifying all the imports, so can you replace all those with:
>
> import std.conv: name1, name2, ...;
> import std.stdio: name3, name4, ...;
> import std.format: name5, name6, ...;
> import std.c.windows.windows: name7, name8, ...;
It's a module, it works fine, why bother ? Anyway, if I were to do
something about it, I'd prefer to static import them and use full
names in the code. What you've proposed looks to me like
a real mess.
SnakE
More information about the Digitalmars-d
mailing list