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 VeriFast #909

Closed
wants to merge 2 commits into from

Conversation

MartinSpiessl
Copy link
Contributor

This adds a basic tool-info module for VeriFast.
I am not the author of VeriFast, but use this tool for reasearch purposes.

return result.RESULT_ERROR + "(parse error)"
elif ": Cannot prove condition." in line:
return result.RESULT_ERROR + "(cannot prove condition)"
return result.RESULT_ERROR + "(unknown)"
Copy link
Member

Choose a reason for hiding this comment

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

I would suggest to just return RESULT_ERROR here. The (unknown) does not add information.

@PhilippWendler
Copy link
Member

Is merging this still desired or should it be closed?

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@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.

None yet

2 participants