This PR makes some improvements around diffing entire archives. Previously, determining the relative path between the original location of the archive and the extracted files in the temporary directory essentially did not work.
I also modified how paths are represented when displaying the diff regardless of the files being diffed. Instead of displaying relative path -> actual path, we just show actual paths for both now which looks cleaner.
That said, this PR doesn't address the findings in #599 since we're still comparing mismatched map keys in cases like ls and ls.x86_64 (or any equivalent filenames with different extensions).
This PR makes some improvements around diffing entire archives. Previously, determining the relative path between the original location of the archive and the extracted files in the temporary directory essentially did not work.
I also modified how paths are represented when displaying the diff regardless of the files being diffed. Instead of displaying relative path -> actual path, we just show actual paths for both now which looks cleaner.
That said, this PR doesn't address the findings in #599 since we're still comparing mismatched map keys in cases like
ls
andls.x86_64
(or any equivalent filenames with different extensions).Examples: