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

Updates for front-page documentation #1138

Merged
merged 10 commits into from
May 2, 2022

Conversation

adpaco-aws
Copy link
Contributor

Description of changes:

Mainly updates for the README and "Getting started" section to be more specific about what Kani does. Note that this is almost the same as #1055 , but includes suggestions from that code review and some minor fixes.

Testing:

  • How is this change tested? N/A

  • Is this a refactor change? No.

Checklist

  • Each commit message has a non-empty body, explaining why the change was made
  • Methods or procedures are documented
  • Regression or unit tests are included, or existing tests cover the modified code
  • My PR is restricted to a single feature or bugfix

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

@adpaco-aws adpaco-aws requested a review from a team as a code owner April 29, 2022 20:59
is generally up-to-date with the latest Rust language features.
Kani usually synchronizes with the nightly release of Rust every two weeks, and so is generally up-to-date with the latest Rust language features.

If you encounter issues when using Kani we encourage you to report them to us (https://github.com/model-checking/kani/issues/new/choose).
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
If you encounter issues when using Kani we encourage you to report them to us (https://github.com/model-checking/kani/issues/new/choose).
If you encounter issues when using Kani, we encourage you to report them to us (https://github.com/model-checking/kani/issues/new/choose).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for this suggestion, made me realize that the link in this sentence was not being associated with "report them to us"!

@@ -1,9 +1,9 @@
# Working with `rustc`
Kani is developed on the top of the rust compiler, which is not distributed on crates.io and it depends on
Kani is developed on the top of the rust compiler, which is not distributed on [crates.io](https://crates.io/) and it depends on
bootstrapping mechanisms to properly build its components.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the "bootstrapping mechanisms" part still relevant?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it is explaining why this dependency does not appear in Cargo.toml: The Rust compiler depends on them to properly build, so code extensions need an extra setting for this. I removed the "it" from "it depends on" so that it's clear we're talking about the compiler and not Kani.

@adpaco-aws adpaco-aws merged commit 5342996 into model-checking:main May 2, 2022
@celinval celinval mentioned this pull request Jun 28, 2023
4 tasks
celinval added a commit that referenced this pull request Jun 28, 2023
Fix broken link introduced by #1138 and add a link to Coding conventions.
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