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

Kani should print out the version when its run #1255

Closed
danielsn opened this issue Jun 7, 2022 · 1 comment
Closed

Kani should print out the version when its run #1255

danielsn opened this issue Jun 7, 2022 · 1 comment

Comments

@danielsn
Copy link
Contributor

danielsn commented Jun 7, 2022

As we have more and more versions, it will get harder to debug issues.
Suggestion: when kani runs, print the version before other messages.

Instead of

╰─$ kani main.rs
Checking harness main...
CBMC 5.58.1 (cbmc-5.58.1)
CBMC version 5.58.1 (cbmc-5.58.1) 64-bit x86_64 macos
Reading GOTO program from file main.out.for-main
Generating GOTO Program
Adding CPROVER library (x86_64)
╰─$ kani main.rs
Checking harness main using kani version 0.2.0...
CBMC 5.58.1 (cbmc-5.58.1)
CBMC version 5.58.1 (cbmc-5.58.1) 64-bit x86_64 macos
Reading GOTO program from file main.out.for-main
Generating GOTO Program
Adding CPROVER library (x86_64)
@celinval celinval assigned celinval and unassigned celinval Jan 25, 2023
@adpaco-aws
Copy link
Contributor

Closing since this was resolved by #2619.

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

No branches or pull requests

3 participants