Opened 6 months ago
Last modified 6 months ago
#1740 new enhancement
Warn about tarball name vs. extracted directory name mismatch
Reported by: | xry111 | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | jhalfs | Version: | GIT |
Severity: | normal | Keywords: | |
Cc: |
Description
Now we have a "vim-9.1.0405.tar.gz" on anduin but it's actually a vim-9.1.0330 release tarball and extracts into vim-9.1.0330.
If jhalfs could warn about such a mismatch, it might be easier to catch the issue.
Note:
See TracTickets
for help on using tickets.
Main problem is that tarball names and extracted directory names do not always match anyway. Maybe the script for the porg package manager could be used to extract versions and compare them.