sig describe
and sig summarize
differ on zip files with duplicate manifest entries
#2774
Labels
sig describe
and sig summarize
differ on zip files with duplicate manifest entries
#2774
per #2748 (comment),
if you do something simple like run
sketch
twice to the same output file zip:you will get different results from summarize and describe: summarize shows 2,
but
describe
only shows 1:There is indeed only one sketch in the zip file,
but there are two entries in the manifest:
so this looks like another case of slightly pathological manifest misrepresentation, sigh.
It is weird to me that the zip file saving code is ADDING a manifest entry but NOT adding a second signature file too 😭
cc #2749 #1849 #1837
The text was updated successfully, but these errors were encountered: