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 list Workflow #146

Merged
merged 3 commits into from
Nov 20, 2024
Merged

Conversation

carolynzech
Copy link

@carolynzech carolynzech commented Nov 1, 2024

Adds a step to the kani workflow that runs kani list on the standard library and posts the results in the workflow's summary.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

@carolynzech carolynzech requested a review from a team as a code owner November 1, 2024 12:57
.github/workflows/list.yml Outdated Show resolved Hide resolved
@feliperodri feliperodri requested a review from celinval November 2, 2024 16:03
.github/workflows/list.yml Outdated Show resolved Hide resolved
Copy link

@celinval celinval left a comment

Choose a reason for hiding this comment

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

That looks good! Thank you!

@carolynzech carolynzech marked this pull request as draft November 19, 2024 03:00
@carolynzech carolynzech marked this pull request as ready for review November 20, 2024 03:04
@carolynzech carolynzech enabled auto-merge (squash) November 20, 2024 03:04
github-merge-queue bot pushed a commit to model-checking/kani that referenced this pull request Nov 20, 2024
Improvements to the list subcommand.

- Print the location of the JSON file for `--format=json` (#3633)
- Use `CommonArgs` instead of `VerificationArgs` (#3632)
- Add a Markdown option. The pretty table is nice for smaller packages,
but as we progress with the standard library verification effort, it's
too massive to be easily readable. In this case, it's better to print a
markdown table and then just read it in a markdown editor. (Once this PR
is merged, the [kani list workflow
step](model-checking/verify-rust-std#146) will
use the markdown option).

Resolves #3632, #3633

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
@carolynzech carolynzech merged commit 4db111f into model-checking:main Nov 20, 2024
17 checks passed
@carolynzech carolynzech deleted the list-workflow branch December 10, 2024 17:50
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

Successfully merging this pull request may close these issues.

3 participants