-
Notifications
You must be signed in to change notification settings - Fork 22
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
Hash function change in swift #120
Comments
The relevant change seems to be
|
I am not the expert on this, but maybe it would be better to use this somehow instead: |
bkolb
added a commit
to bkolb/index-import
that referenced
this issue
Feb 6, 2025
In a recent change, swift changed the way a hash is calculated. https://github.com/swiftlang/llvm-project/pull/9140/files#diff-dcdee0465a74e090b01bd5bd0d214f65f430f25a56b837ab627966318de1ff27R289 This change replicates this change. Issue: MobileNativeFoundation#120
bkolb
added a commit
to bkolb/index-import
that referenced
this issue
Feb 6, 2025
In a recent change, swift changed the way a hash is calculated. https://github.com/swiftlang/llvm-project/pull/9140/files#diff-dcdee0465a74e090b01bd5bd0d214f65f430f25a56b837ab627966318de1ff27R289 This change replicates this change. Issue: MobileNativeFoundation#120 Signed-off-by: Bernd Kolb <[email protected]>
bkolb
added a commit
to bkolb/index-import
that referenced
this issue
Feb 6, 2025
In a recent change, swift changed the way a hash is calculated. https://github.com/swiftlang/llvm-project/pull/9140/files#diff-dcdee0465a74e090b01bd5bd0d214f65f430f25a56b837ab627966318de1ff27R289 This change replicates this change. Issue: MobileNativeFoundation#120 Signed-off-by: Bernd Kolb <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New versions of swift seem to use a different hashing strategy. It is incompatible with
index-import/index-import.cpp
Line 129 in 40dea41
Here is the change: swiftlang/swift#77116
The text was updated successfully, but these errors were encountered: