[Issue 625] [module] static import and renamed import of mixin don't	work
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Feb 16 18:35:16 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=625
dawg at dawgfoto.de changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |WONTFIX
--- Comment #2 from dawg at dawgfoto.de 2012-02-16 18:35:13 PST ---
Got that bug report wrong the first time.
Mixin templates are evaluated at instantiation scope.
Libraries need to make sure that all their dependencies
are self-contained, i.e. by import needed modules within
the mixin or by combining templates and mixin templates.
-- 
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