[Issue 12359] implicit overload merging with selective/renamed imports should be removed
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 14 07:36:45 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12359
--- Comment #6 from Kenji Hara <k.hara.pg at gmail.com> 2014-03-14 07:36:42 PDT ---
(In reply to comment #5)
> (In reply to comment #3)
>
> > 4. unnamed import
> >
> > import = std.stdio;
> > writeln(); // OK
> > writefln(""); // OK
> > //std.stdio.writeln(); // NG
> >
> > 5. unnamed selective import
> >
> > import = std.stdio : writeln;
> > writeln(); // OK
> > //writefln(""); // NG
> > //std.stdio.writeln(); // NG
>
> This will need to be discussed. I don't like this a lot. What's the purpose of
> this?
They are just funny ideas to mask fully qualified names.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list