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

Running verify-std no longer changes Cargo files #3577

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

celinval
Copy link
Contributor

@celinval celinval commented Oct 7, 2024

In order to create a dummy crate we were using cargo init command. However, this command will interact with any existing workspace.

Instead, explicitly create a dummy Cargo.toml and src/lib.rs.

Resolves #3574

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

@celinval celinval requested a review from a team as a code owner October 7, 2024 22:07
@celinval celinval changed the title Issue 3574 std cargo Running verify-std no longer changes Cargo files Oct 7, 2024
Copy link
Contributor

@carolynzech carolynzech left a comment

Choose a reason for hiding this comment

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

LGTM! Just a few nits.

kani-driver/src/call_cargo.rs Show resolved Hide resolved
kani-driver/src/call_cargo.rs Show resolved Hide resolved
@celinval celinval enabled auto-merge October 7, 2024 23:49
@celinval celinval added this pull request to the merge queue Oct 8, 2024
Merged via the queue into model-checking:main with commit 91044db Oct 8, 2024
27 checks passed
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.

Unexpected behavior for verify-std when run inside library directory
2 participants