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
We do indeed need to refactor the error reporting, as highlighted by #52:
make the errors as specific as possible, not bundle them together into a huge super-error (e.g. report per each test assertion, not per file with a bunch of assertions)
propagate a reasonable amount of information from the model checkers, to help the user understanding the errors
The text was updated successfully, but these errors were encountered:
We do indeed need to refactor the error reporting, as highlighted by #52:
The text was updated successfully, but these errors were encountered: