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
= go (bvAdd off (bvRangeLength (borrows!!i))) (deleteNth i borrows)
For any "impossible" cases, we should add calls to panic. I also see that the same file contains many uses of the error function; those should be replaced by panic as appropriate.
The text was updated successfully, but these errors were encountered:
Yes, I have noticed this non-exhaustive case as well, and have fixed it in the branch I am currently working on. I can change the error calls to panic in a later change, after this one that I'm currently working on.
We should fix this warning:
saw-script/heapster-saw/src/Verifier/SAW/Heapster/Permissions.hs
Lines 4810 to 4814 in 2b0b46b
For any "impossible" cases, we should add calls to
panic
. I also see that the same file contains many uses of theerror
function; those should be replaced bypanic
as appropriate.The text was updated successfully, but these errors were encountered: