Skip to content
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 query invalidation when high durability input changes #557

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

MichaReiser
Copy link
Contributor

This PR fixes a bug in Salsa where changing the value of a high durability field did not invalidate any queries with durability > LOW

I had to re-expose &mut Runtime again when calling ingredient_mut to call runtime.report_tracked_write in SetterImpl

Copy link

netlify bot commented Aug 5, 2024

Deploy Preview for salsa-rs canceled.

Name Link
🔨 Latest commit a263dd0
🔍 Latest deploy log https://app.netlify.com/sites/salsa-rs/deploys/66b0e10074394a000828a210

Copy link

codspeed-hq bot commented Aug 5, 2024

CodSpeed Performance Report

Merging #557 will not alter performance

Comparing MichaReiser:high-durability-write (a263dd0) with master (994c988)

Summary

✅ 1 untouched benchmarks

@MichaReiser
Copy link
Contributor Author

Hmm, not sure what the issue is with miri.

@MichaReiser
Copy link
Contributor Author

I can't reproduce the miri failure locally but it also happens on master.

@MichaReiser MichaReiser added this pull request to the merge queue Aug 5, 2024
Merged via the queue into salsa-rs:master with commit d6df21f Aug 5, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants