Open adpaco-aws opened 1 year ago
I like this idea.
Given that we'll probably end up printing the Kani version by default guarding this one behind --version
makes sense to me.
Also I'd include the supported Rust(c) version
Or even under --version --verbose
. BTW, I also don't think this change is worth an RFC.
Requested feature: Kani uses a bunch of other tools (engines, solvers, etc.) to do its job. At present, the only version being reported is CBMC's (and maybe some SAT solver through CBMC's output?), but it'd nicer to have versions for all the artifacts to be used printed after collecting harness metadata. What I'm considering now is something like this:
This would allow users to check all versions (except for Kani's version, unless we added it here) in a single place. However, we could also hide this information by default and enable it through
--verbose
. Use case: Geared towards multi-harness verification in particular.