-
Notifications
You must be signed in to change notification settings - Fork 155
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 bug with Handle::get_mut not allowing non-mutable access to the database #548
Conversation
✅ Deploy Preview for salsa-rs canceled.
|
9851b0c
to
8b5cd48
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, this is probably still relevant-- can you rebase this atop master? The handle code has gone away but you should see equivalent code in storage.rs
Also, can you add a test?
Thanks! 💜
CodSpeed Performance ReportMerging #548 will not alter performanceComparing Summary
|
I merged in the latest changes. We only need to add some tests |
I don't think this PR is still needed now that Lines 99 to 108 in 5d3b756
|
Ah, ok, I'll close it. It may be relevant if we add some way to explicitly cancel things. Thanks @obsgolem ! |
Resolves #546