-
-
Notifications
You must be signed in to change notification settings - Fork 148
rdmd -deps=foo.deps foo.d caching misses dependency on foo.deps #415
Copy link
Copy link
Open
Labels
Prio.3.NormalA bug that is neither a blocker nor a regressionA bug that is neither a blocker nor a regressionT.RDMDIssues that apply only to rdmdIssues that apply only to rdmdType.BugThings don't work as they were intended to, or the way they were intended to work doesn't make senseThings don't work as they were intended to, or the way they were intended to work doesn't make sense
Description
Transferred from: https://issues.dlang.org/show_bug.cgi?id=17071
User @timotheecour reported (2017-Jan-08 02:57:48):
$ rdmd -deps=foo.deps -c foo.d #creates foo.deps foo.o $ rm foo.deps $ rdmd -deps=foo.deps -c foo.d # BUG: foo.deps not recreated $ rdmd --force -deps=foo.deps -c foo.d #ok
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Prio.3.NormalA bug that is neither a blocker nor a regressionA bug that is neither a blocker nor a regressionT.RDMDIssues that apply only to rdmdIssues that apply only to rdmdType.BugThings don't work as they were intended to, or the way they were intended to work doesn't make senseThings don't work as they were intended to, or the way they were intended to work doesn't make sense