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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Dec 21 07:38:52 PST 2016


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

--- Comment #19 from RazvanN <razvan.nitu1305 at gmail.com> ---
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

--


More information about the Digitalmars-d-bugs mailing list