Closed MichaReiser closed 3 months ago
Name | Link |
---|---|
Latest commit | a263dd04bac6719c8da5878c593900aa6493a94e |
Latest deploy log | https://app.netlify.com/sites/salsa-rs/deploys/66b0e10074394a000828a210 |
Comparing MichaReiser:high-durability-write
(a263dd0) with master
(994c988)
✅ 1
untouched benchmarks
Hmm, not sure what the issue is with miri.
I can't reproduce the miri failure locally but it also happens on master.
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 callingingredient_mut
to callruntime.report_tracked_write
inSetterImpl