Skip to content

Conversation

@geeknoid
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (704255d) to head (f069c60).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #158   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files          90       90           
  Lines        6497     6497           
=======================================
  Hits         6497     6497           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@geeknoid geeknoid force-pushed the docs branch 4 times, most recently from 6bc709b to db19335 Compare December 19, 2025 08:18
@geeknoid geeknoid force-pushed the docs branch 9 times, most recently from b6d20fb to 792751f Compare December 19, 2025 15:51
@geeknoid geeknoid marked this pull request as draft December 19, 2025 16:04
@geeknoid geeknoid force-pushed the docs branch 14 times, most recently from 6b39e3d to 06a2d4b Compare December 19, 2025 18:36
@geeknoid geeknoid force-pushed the docs branch 5 times, most recently from 89f1497 to 58b5a25 Compare December 19, 2025 19:18
@geeknoid geeknoid marked this pull request as ready for review December 19, 2025 19:23
@geeknoid geeknoid enabled auto-merge (squash) December 19, 2025 19:27
Copy link

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 adds a spell checker to the CI pipeline using cargo-spellcheck to catch spelling errors in documentation, comments, and code. The changes include configuring the spell checker, adding a custom dictionary with 286 words, and correcting numerous spelling/grammar issues across the codebase.

  • Adds CI workflow for spell checking with dictionary validation
  • Corrects documentation formatting (em-dashes to colons, backtick improvements for Rust references)
  • Fixes various spelling errors including "withing" → "within", "ues" → "use", "unware" → "unaware", "Transferrable" → "Transferable"

Reviewed changes

Copilot reviewed 47 out of 49 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
spellcheck.toml Configuration file for cargo-spellcheck tool with Hunspell settings
.spelling Custom dictionary with 286 technical terms and project-specific words
.github/workflows/main.yml New spell-check job with dictionary validation and spell checking
.github/workflows/repo-constants.yml Adds CARGO_SPELLCHECK_VERSION constant support
.github/license-check/config.json Excludes .dic files from license checking
constants.toml Defines cargo-spellcheck version (0.15.1)
Cargo.toml Changes resolver from version 3 to version 2
crates/tick/* Improves documentation with better Rust reference formatting and fixes spelling
crates/thread_aware/* Fixes spelling in docs and renames types in examples (Transferrable → Transferable)
crates/ohno/* Improves Rust reference links and fixes spelling (clonable → cloneable)
crates/fundle/* Changes "codebases" to "code bases" in documentation
crates/data_privacy/* Fixes spelling and improves formatting (italic containers, ASCII → identifiers)
crates/bytesbuf/* Corrects typos in comments and documentation
crates/ohno_macros/* Improves code formatting in comments
crates/fundle_macros_impl/* Removes large snapshot file (test regeneration expected)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

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

Copilot reviewed 49 out of 49 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@geeknoid geeknoid force-pushed the docs branch 2 times, most recently from 90fe4ad to d6a25c7 Compare December 20, 2025 01:45
Copy link

@psandana psandana left a comment

Choose a reason for hiding this comment

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

Left some suggestions that can be fixed in a subsequent PR

@geeknoid geeknoid dismissed sandersaares’s stale review December 22, 2025 19:07

Requested changes done, unblocking PR.

@geeknoid geeknoid merged commit 52f0a62 into main Dec 23, 2025
20 checks passed
@geeknoid geeknoid deleted the docs branch December 23, 2025 08:26
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.

5 participants