Skip to content

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

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Green Build #730

wants to merge 18 commits into from

Conversation

AndyGauge
Copy link
Collaborator

This is just spec fixes, probably going to have a lot of changes.

@AndyGauge AndyGauge marked this pull request as draft July 4, 2025 13:45
Copy link

github-actions bot commented Jul 7, 2025

The link checker found some issues. Please review the report below:

Summary

Status Count
🔍 Total 443
✅ Successful 439
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 0
❓ Unknown 0
🚫 Errors 4

Errors per input

Errors in ./src/about.md

Errors in ./README.md

Copy link

github-actions bot commented Jul 7, 2025

The link checker found some issues. Please review the report below:

Summary

Status Count
🔍 Total 440
✅ Successful 439
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 0
❓ Unknown 0
🚫 Errors 1

Errors per input

Errors in ./README.md

@AndyGauge AndyGauge changed the title WIP goal: green build Green Build Jul 7, 2025
Copy link

github-actions bot commented Jul 7, 2025

The link checker found some issues. Please review the report below:

Summary

Status Count
🔍 Total 440
✅ Successful 439
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 0
❓ Unknown 0
🚫 Errors 1

Errors per input

Errors in ./README.md

@AndyGauge AndyGauge marked this pull request as ready for review July 7, 2025 14:09
Copy link

github-actions bot commented Jul 7, 2025

The link checker found some issues. Please review the report below:

Summary

Status Count
🔍 Total 441
✅ Successful 439
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 0
❓ Unknown 0
🚫 Errors 2

Errors per input

Errors in ./README.md

@AndyGauge AndyGauge requested a review from Copilot July 7, 2025 14:26
Copy link

@Copilot Copilot AI left a 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 with anyhow/thiserror, added extern crate declarations in most doc examples
  • Bumped crate versions in Cargo.toml and updated skeptic 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.
[`

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.

1 participant