brushtechnology / fabricate

The better build tool. Finds dependencies automatically for any language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File being renamed is not taken as a dependency

matclab opened this issue · comments

As shown in test_fabricate::test_rename from PR #65.

This is probably due to the fact that md5sums are computed after the command being ran. Thus the computed md5sum from the file being renamed is None. It is then suppressed from the dependency graph.