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
remove SMT solver from RewriteStepState, use solver from arg. to evaluate (#4002)
Supplies the SMT solver from the `performRewrite` instead of a (wrong)
value from `RewriteStepState`.
We don't need the SMT solver in the `RewriteStepState` as it won't be
modified, and the old code was also setting it to `Nothing`.
0 commit comments