It makes sense that tmp/tmp-2/A would depend on tmp/tmp-1/A, as that's part of the filter chain, but why would the original file depend on a tmp file? My filter's additional_dependencies method returns [] and there are no dynamic prereqs. Are there any cases where this is expected to happen?
I'm getting a circular dependency error
invoke_call_chain
where:It makes sense that
tmp/tmp-2/A
would depend ontmp/tmp-1/A
, as that's part of the filter chain, but why would the original file depend on a tmp file? My filter'sadditional_dependencies
method returns[]
and there are no dynamic prereqs. Are there any cases where this is expected to happen?Thanks! Joe