-
-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 24.09 troubles ... #387
Comments
We can remove the own hashes, when Igor added them. Edit: I think one hash was not properly added by me last time, so the hashsum was wrong also. |
Which one? |
It's listed in issue #336 - the SHA3 thing. |
I cannot reproduce it with new branch 24.08 (#377 (comment), probably fixed somewhere by merge or conflicts resolving)... I get proper SHA3-256 in any case, by |
Thanks folks... |
I think I should provide my opinions which may help. According to my 7-Zip mainline merging experiences in NanaZip, maybe 7-Zip ZS can separate the extended implementations to the separate dynamic/static library which follow the 7-Zip interfaces ABI for better maintenance. I use the different GUID scheme to make my extended implementations will not affected by Igor's changes. Here is my work in progress subproject for create 7-Zip interface definition without 7-Zip source code because Igor may changes a lot in the future like 22.xx to 23.xx.
Kenji Mouri |
Trying to merge mainline 24.09, there is some crossing of hashers (introduced in 24.09) by its registration:
24.09 (0x208):
7-Zip-zstd/CPP/Common/Md5Reg.cpp
Line 44 in e10d992
7-Zip ZS (0x207):
7-Zip-zstd/CPP/Common/Md5Reg.cpp
Line 43 in 4c42558
24.09 (0x222 and 0x223):
7-Zip-zstd/CPP/Common/Sha512Reg.cpp
Lines 82 to 83 in e10d992
7-Zip ZS (0x209 and 0x208):
7-Zip-zstd/CPP/Common/Sha512Reg.cpp
Line 43 in 4c42558
7-Zip-zstd/CPP/Common/Sha384Reg.cpp
Line 43 in 4c42558
@mcmilk what would you suggest here:
CMd5Hasher
vsCMD5Hasher
, but what is about their numbers)?By the way, have you talked to Igor about a possible merge of 7-Zip ZS (in parts or completely)? Is there any chance for that?..
The text was updated successfully, but these errors were encountered: