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
It appears as though haskell-backend's kore-rpc returns depth-bound with depth: 0 in case an assume(false) is found in a foundry execution.
The expected result would be stuck, not depth-bound.
The text was updated successfully, but these errors were encountered:
Related to #3630 and runtimeverification/evm-semantics#1944
It appears as though haskell-backend's
kore-rpc
returnsdepth-bound
withdepth: 0
in case anassume(false)
is found in a foundry execution.The expected result would be
stuck
, notdepth-bound
.The text was updated successfully, but these errors were encountered: