[Issue 7016] local import does not create -deps dependency
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Dec 21 07:55:18 PST 2016
https://issues.dlang.org/show_bug.cgi?id=7016
--- Comment #20 from Vladimir Panteleev <thecybershadow at gmail.com> ---
(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?
--
More information about the Digitalmars-d-bugs
mailing list