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

Remove support for the unstable argument --function #3278

Merged
merged 5 commits into from
Jun 21, 2024

Conversation

celinval
Copy link
Contributor

This is a legacy argument that we have very limited support to. We kept it around for bookrunner tests, which has been removed already.

Resolves #2129

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

This is a legacy argument that we have very limited support to. We kept
it around for bookrunner tests, which has been removed already.

This simplifies our code quite a bit.
@celinval celinval requested a review from a team as a code owner June 20, 2024 23:02
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Jun 20, 2024
kani-compiler/src/codegen_cprover_gotoc/utils/names.rs Outdated Show resolved Hide resolved
kani-driver/src/args/mod.rs Show resolved Hide resolved
kani-driver/src/harness_runner.rs Show resolved Hide resolved
kani-driver/src/metadata.rs Show resolved Hide resolved
kani-driver/src/project.rs Show resolved Hide resolved
Copy link
Contributor

@adpaco-aws adpaco-aws left a comment

Choose a reason for hiding this comment

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

Thanks, @celinval !

Do we want to mention this as a breaking change in the changelog? I doubt anyone depends on it so maybe listing the PR as usual is just enough.

@celinval
Copy link
Contributor Author

Thanks, @celinval !

Do we want to mention this as a breaking change in the changelog? I doubt anyone depends on it so maybe listing the PR as usual is just enough.

Good question. This was an unstable feature that we provided very limited support, so I am not sure where to add it. That said, Maybe adding a callout might still be a good idea.

@celinval celinval changed the title Remove --function from Kani Remove support for the unstable argument --function Jun 21, 2024
@celinval celinval enabled auto-merge (squash) June 21, 2024 18:19
@celinval celinval merged commit 0d8675d into model-checking:main Jun 21, 2024
21 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-BenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove --function option
3 participants