rattler icon indicating copy to clipboard operation
rattler copied to clipboard

fix: self-clobber when updating/downgrading packages

Open wolfv opened this issue 1 year ago • 0 comments

This fixes an issue where if you install zlib=1.2 and then update to zlib=1.3 all files were detected as "clobbered".

This made changes really slow (e.g. when changing the version of Rust) because the un-clobbering is not really an optimized function and is expected to run only for a few files.

wolfv avatar Oct 04 '24 15:10 wolfv