You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We see more spurious panics in the read_lock function of TrackedStructs:
panicked at /home/runner/.cargo/git/checkouts/salsa-e6f3bb7c2a062968/d758691/src/tracked_struct.rs:824:21:
access to field whilst the value is being initialized
I haven't been able to create a minimal reproduction yet. We see it both in our tests (where we heavily relly on incrementality for faster tests) and in the playground (IDE like environment)
Uh oh!
There was an error while loading. Please reload this page.
We see more spurious panics in the
read_lock
function ofTrackedStructs
:I haven't been able to create a minimal reproduction yet. We see it both in our tests (where we heavily relly on incrementality for faster tests) and in the playground (IDE like environment)
This might be solved by #741
I'm opening this issue to document the problem. I still hope to find some time to push #741 over the line but I'm not sure yet when this will be.
The text was updated successfully, but these errors were encountered: