[Issue 7016] local import does not create -deps dependency

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Dec 21 08:13:23 PST 2016


https://issues.dlang.org/show_bug.cgi?id=7016

--- Comment #21 from RazvanN <razvan.nitu1305 at gmail.com> ---
(In reply to Vladimir Panteleev from comment #20)
> (In reply to RazvanN from comment #19)
> > I ran the exact example as the one in 2011 with the exact command and the
> > output is:
> > 
> > (a.d) : private : object (..)                                               
> > 
> > (b.d) : private : object (..)
> > (a.d) : private : b (b.d)
> > (c.d) : private : object (..)
> > (a.d) : private : c (c.d)
> > 
> > It seems to me that it prints all the dependencies of a.d
> 
> Strange... I can't get that result with DMD 2.072.1 or latest git master (on
> Linux). What compiler version did you use, exactly?

DMD64 D Compiler v2.073.0-devel-878b882

--


More information about the Digitalmars-d-bugs mailing list