Skip to content

Conversation

AndyGauge
Copy link
Contributor

@AndyGauge AndyGauge commented Jul 4, 2025

This is meant to address the rlib lookup issue in skptic via patch and update error usage

@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.
[`

Copy link

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

Summary

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

Errors per input

Errors in ./src/algorithms/randomness/rand-dist.md

Errors in ./CONTRIBUTING.md

Copy link

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

Summary

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

Errors per input

Errors in ./src/algorithms/randomness/rand-dist.md

Errors in ./CONTRIBUTING.md

@AndyGauge AndyGauge changed the title Green Build Update edition and get the tests to pass Jul 14, 2025
@AndyGauge AndyGauge merged commit c9b89df into master Jul 14, 2025
2 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.

1 participant