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
There is no technical reason to do this: the logic in the snark matches the logic outside of the snark, and the two kinds of failure never interact. Doing this also unnecessarily inflates the size of the snark.
However, I'm a fan of paying down technical debt: we should do #6050 and then consume the User_command_failure.t directly, so that we don't have 2 parallel concepts and implementations.
Perhaps, though, we should shelve #6446 until #6050 is done.
The constructors of that type should match those in
Coda_base.User_command_status.Failure.t
.There are some missing cases.
The text was updated successfully, but these errors were encountered: