-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
Fix core file location in GetLinkable
#4347
Fix core file location in GetLinkable
#4347
Conversation
Can you explain why the core file in the |
@wz1000, The cause of this different is that It's not hard to change the fingerprint algorithm to reflect the core file location though.
|
Yes I think the correct solution is to include the fingerprint of the entire ModLocation in This patch is a good cleanup though, so perhaps you can apply it after testing that just changing |
Yes, local testing show that fingierprinting the ModLocation fix the |
Fix #4145
The error case is demonstrated in #4145 (comment)
ModSummaryResult
fingerprint.GetModSummary
, get it from the result ofGetModIface
directly since that is the actual location the core file written to. While theGetModSummary
contains the future core file location that would be written only if we would have made some change cause the rewrite. See Note [Avoiding bad interface files]