-
Notifications
You must be signed in to change notification settings - Fork 306
Green Build #730
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
base: master
Are you sure you want to change the base?
Green Build #730
Conversation
The link checker found some issues. Please review the report below: Summary
Errors per inputErrors in ./src/about.md
Errors in ./README.md
|
The link checker found some issues. Please review the report below: Summary
Errors per inputErrors in ./README.md
|
The link checker found some issues. Please review the report below: Summary
Errors per inputErrors in ./README.md
|
The link checker found some issues. Please review the report below: Summary
Errors per inputErrors in ./README.md
|
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.
Pull Request Overview
This PR modernizes code examples and project configuration to use current Rust conventions, updates dependencies, and adjusts CI/build scripts.
- Replaced
error-chain
withanyhow
/thiserror
, addedextern crate
declarations in most doc examples - Bumped crate versions in
Cargo.toml
and updatedskeptic
to use a Git branch - Updated CI config and
build.rs
to feature-gate rand doc tests and exclude failing links
Reviewed Changes
Copilot reviewed 136 out of 137 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/web/**/*.md | Add extern crate declarations & swap error-chain for anyhow /thiserror |
src/development_tools/versioning/semver-prerelease.md | Semver example updated (link reference truncated) |
Cargo.toml | Bump dependency versions & switch skeptic to Git branch |
ci/lychee.toml | Exclude problematic Creative Commons URLs |
build.rs | Feature-gate rand doc tests under test-rand |
Comments suppressed due to low confidence (2)
src/development_tools/versioning/semver-prerelease.md:22
- The link reference definition for
is_prerelease
is truncated; restore the full reference syntax, for example[
is_prerelease]: https://docs.rs/semver/...#method.is_prerelease
.
[`
This is just spec fixes, probably going to have a lot of changes.