You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: