Closed
Description
As @shcheklein noticed, if user will have dvc add data && dvc run -d data -o data.unix dos2unix data data.unix
in his pipeline, we will get a cache collision since we use dos2unix to compute checksum in the first place.
As @shcheklein noticed, if user will have dvc add data && dvc run -d data -o data.unix dos2unix data data.unix
in his pipeline, we will get a cache collision since we use dos2unix to compute checksum in the first place.