[Issue 12314] Allow Duplicate Renamed Imports

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 7 13:06:27 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12314


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #1 from bearophile_hugs at eml.cc 2014-03-07 13:06:25 PST ---
(In reply to comment #0)
> It should be allowed for renaming the same import twice, with the same name. 
> 
>     // This should be possible
>     private import gtk = gtk.Application;
>     private import gtk = gtk.Window;

Please list what are the advantages an disadvantages of this proposal. (At
first sight I don't like it, but perhaps I am wrong).

-- 
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