It makes me sick!
    Vladimir Panteleev via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Tue Aug  1 08:16:44 PDT 2017
    
    
  
On Tuesday, 1 August 2017 at 14:29:28 UTC, Adam D. Ruppe wrote:
> So we can keep the search path: `datetime.di`, then 
> `datetime.d`, then `datetime/package.d`, and any one of them, 
> as long as it has `module std.datetime;` at the top, can count 
> equally as the package.d.
Sorry, isn't that how things work now? The problem here is that 
the compiler picks up the OLD datetime.d, and then things fail at 
the linking stage because symbols in the old datetime.d are not 
present in the new phobos.lib.
    
    
More information about the Digitalmars-d-learn
mailing list