[Issue 900] changing import order causes type mismatch
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Nov 13 15:50:58 PST 2009
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=900
Leandro Lucarella <llucax at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |llucax at gmail.com
--- Comment #5 from Leandro Lucarella <llucax at gmail.com> 2009-11-13 15:50:57 PST ---
I think the spec is quite clear:
  [...]
  Public Imports
  By default, imports are private. [...]
http://www.digitalmars.com/d/1.0/module.html#ImportDeclaration
Static, renamed and selective import are all *import*, so it looks like they
all should be private by default (for the same reason basic imports are).
This bug is old and doesn't look very useful, I think it should be closed.
-- 
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