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
Our new storage representation is a lot more flexible than our old one. It should allow us to (in principle) combine symbolic reads / writes with state fetched remotely. We do however need to be careful here, it would be pretty easy to introduce unsoundness here (and I suspect that we probably do right now).
We should test around this feature any more, and either fix any soundness issues that arise, or restrict it's operation so that all user exposed combinations are sound.
The text was updated successfully, but these errors were encountered:
Our new storage representation is a lot more flexible than our old one. It should allow us to (in principle) combine symbolic reads / writes with state fetched remotely. We do however need to be careful here, it would be pretty easy to introduce unsoundness here (and I suspect that we probably do right now).
We should test around this feature any more, and either fix any soundness issues that arise, or restrict it's operation so that all user exposed combinations are sound.
The text was updated successfully, but these errors were encountered: