[Issue 7016] local import does not create -deps dependency
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Dec 22 08:35:34 PST 2016
https://issues.dlang.org/show_bug.cgi?id=7016
--- Comment #22 from Alexey G <golovanov_alexey at mail.ru> ---
>dmd --version
DMD32 D Compiler v2.072.0-master-386ef6d
Copyright (c) 1999-2016 by Digital Mars written by Walter Bright
Windows 7 32 bit
exact example from first post produce a.deps:
a (a.d) : private : object
(R:\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.d)
b (b.d) : private : object
(R:\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.d)
a (a.d) : private : b (b.d)
--
More information about the Digitalmars-d-bugs
mailing list