object hijacked ?
    Dicebot via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Thu Oct  9 13:06:59 PDT 2014
    
    
  
I think this is an issue with the import resolution, not module 
system. The way it is implemented right now DMD stops searching 
for object.d / object.di once it has found one. So while your 
module name is not interpreted as "object" _original_ object.di 
does not get imported and you get lot of different issues from 
missing declarations.
    
    
More information about the Digitalmars-d-learn
mailing list