Closed dholth closed 5 months ago
Hi there, thank you for your contribution!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.
If you would like this issue to remain open please:
NOTE: If this issue was closed prematurely, please leave a comment.
Thanks!
Checklist
What is the idea?
We have a
validate_converted_files_match_streaming
function invalidate.py
with a weird interface "returns details about mismatched files", that exists only to support the existing transmute CLI function.There is no reason to convert a
.conda
to.tar.bz2
and then need details about which files did not convert correctly. Instead, an exception should be raised an the faulty file should be deleted. The assertion-style interface will be easier to use compared to checking that the list of differences is empty.