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
Symbolic execution can fail (in python client code) with a sort error that TypedLocal is not subsort of TypedValue when running on functions that take an enum as an argument.
The sort error appears to come from side conditions introduced by the legacy backend for branches that we would expect to get pruned (pending further investigation), and involves the traverseProjection rewrite symbol.