[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:18:03 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12359
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #5 from bearophile_hugs at eml.cc 2014-03-14 07:18:01 PDT ---
(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?
--
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