[Issue 7016] local import does not create -deps dependency
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Dec 22 08:42:13 PST 2016
https://issues.dlang.org/show_bug.cgi?id=7016
--- Comment #23 from Alexey G <golovanov_alexey at mail.ru> ---
Sorry, loaded latest
>dmd --version
DMD32 D Compiler v2.072.1
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