Skip to content

Pass validity prover output in annotationFailed/Succeeded methods #63

Description

@jspam

In the annotationFailed and annotationSucceeded methods of the ExecutionEventListener, the prover output (which the interpreter gets from the SpecificationChecker) should also be passed in order to be shown in the GUI.

We would not need a special annotationFailed method then, but a method with a similar signature to this:

void assertionVerified(final Assertion assertion, final Validity validity, final ProverResult proverResult);

which the GUI could then handle in any way it wanted.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions