Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tool-info module for VerCors #910

Closed
wants to merge 2 commits into from

Conversation

MartinSpiessl
Copy link
Contributor

This adds a basic tool-info module for VerCors.
I am not the author of VerCors, but use that tool for research purposes.

return result.RESULT_ERROR + "(Unsupported)"
elif line.startswith("[ERROR]") or "An error condition was reached" in line:
return result.RESULT_ERROR
return result.RESULT_UNKNOWN
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This returns unknown for cases where the tool output cannot be parsed successfully, which would be the case for example in case of a crash. However, unknown is meant for cases where the tool gave up. Is it possible to distinguish these cases from errors/crashes?

@PhilippWendler
Copy link
Member

Is merging this still desired or should it be closed?

@PhilippWendler
Copy link
Member

Closing due to lack of response.

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

Successfully merging this pull request may close these issues.

2 participants