-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Print Kani version #2619
Print Kani version #2619
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we print the same blob for all sub-commands as well?
Addressed all comments.
To be honest, this wasn't clear to me. Guessing it's because I'd really like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Description of changes:
Dusting this off since it'd be great to have for next release.
This PR changes Kani so it prints its version and the invocation type/mode as
Kani Rust Verifier <version> (<invocation>)
where<invocation>
is eitherstandalone
orcargo plugin
.Please note that I'm leaving development version information for later in #2617. We can continue the discussion we started in #2571 here.
Resolved issues:
Resolves #2570
Testing:
How is this change tested? Two new tests.
Is this a refactor change? No.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.