[Issue 21844] makedeps option adds spurious/incorrect dependency
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 4 10:03:42 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=21844
Tobias Pankrath <tobias at pankrath.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tobias at pankrath.net
--- Comment #1 from Tobias Pankrath <tobias at pankrath.net> ---
mir-core has the same problem, which also boils down to __traits(compiles,
import <module>), adding a file to the makedeps.
One could argue, that it is correct to add files to the makedeps, but given
multiple import paths it's hard to do it correctly.
--
More information about the Digitalmars-d-bugs
mailing list