Skip to content

rdmd -deps=foo.deps foo.d caching misses dependency on foo.deps #415

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Prio.3.NormalA bug that is neither a blocker nor a regressionT.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 sense

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions