-
Notifications
You must be signed in to change notification settings - Fork 99
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
Updates for front-page documentation #1138
Conversation
docs/src/getting-started.md
Outdated
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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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). |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Fix broken link introduced by #1138 and add a link to Coding conventions.
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
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.