[Issue 3503] [module] Imports should be static by default
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Nov 14 10:09:25 PST 2009
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=3503
David Simcha <dsimcha at yahoo.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsimcha at yahoo.com
--- Comment #7 from David Simcha <dsimcha at yahoo.com> 2009-11-14 10:09:24 PST ---
IMHO the purpose of a module system is to stay the heck out of the user's way
and let the user get on w/ solving the real problem.  It should only make noise
when there's a real ambiguity.  Making imports unnecessarily verbose,
complicated, or fine-grained is just a bad idea.  D already deals well with
collisions.  When there's not a collision, I personally prefer to have stuff
"just work" without having to care that there are namespaces.
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list