Skip to content

chore: move to sphinx_inv for inv parsing#112

Merged
aslowwriter merged 1 commit into
mainfrom
feat/sphinx_inv
May 8, 2026
Merged

chore: move to sphinx_inv for inv parsing#112
aslowwriter merged 1 commit into
mainfrom
feat/sphinx_inv

Conversation

@aslowwriter
Copy link
Copy Markdown
Owner

@aslowwriter aslowwriter commented May 8, 2026

Issue addressed

Fixes #102

Explanation

I've moved all of the sphinx inventory parsing into it's own crate, and moved it over to winnow parsing which was way more performant (like the regex is like 200% runtime on average). Thankfully the design of that slotted into snakedown really easily!

General Checklist

  • Updated tests or added new tests (if applicable)
  • Branch is up to date with main
  • Tests & lints hooks pass
  • Updated documentation (if applicable)
  • History of branch is cleaned up

@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.0%. Comparing base (03bfc4b) to head (db856c5).

Additional details and impacted files
Files with missing lines Coverage Δ
src/lib.rs 92.0% <100.0%> (+<0.1%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aslowwriter aslowwriter merged commit 231e367 into main May 8, 2026
7 checks passed
@aslowwriter aslowwriter deleted the feat/sphinx_inv branch May 8, 2026 07:41
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.

Chore: separate sphinx parsing code into it's own crate

1 participant