D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 17071 - `rdmd -deps=foo.deps foo.d` caching misses dependency on foo.deps
Summary: `rdmd -deps=foo.deps foo.d` caching misses dependency on foo.deps
Status: RESOLVED MOVED
Alias: None
Product: D
Classification: Unclassified
Component: tools (show other issues)
Version: D2
Hardware: x86 All
: P1 major
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-08 02:57 UTC by Timothee Cour
Modified: 2020-06-08 01:11 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Timothee Cour 2017-01-08 02:57:48 UTC
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
Comment 1 Mathias LANG 2020-06-08 01:11:32 UTC
This issue was transferred to: https://github.com/dlang/tools/issues/415