Skip to content

Drop nvisy-context crate, bump elide + spin#332

Open
martsokha wants to merge 1 commit into
mainfrom
refactor/drop-nvisy-context
Open

Drop nvisy-context crate, bump elide + spin#332
martsokha wants to merge 1 commit into
mainfrom
refactor/drop-nvisy-context

Conversation

@martsokha

Copy link
Copy Markdown
Member

Summary

  • Delete the nvisy-context crate. No built-in recognizer consumed its reference-data types, and every Engine::analyze_document callsite passed &[] for the contexts parameter (which was let _ = contexts; inside the impl).
  • Drop the dead contexts: &[Context] parameter from Engine::analyze_document and trim schema/README prose so nothing reads as if the crate ever existed.
  • Bump elide 33dea523 → a29a152e (no source changes needed) and unyank spin 0.9.8 → 0.9.9 to clear a cargo-deny advisory.

Net −1303 lines.

Test plan

  • cargo check --workspace --all-features
  • cargo clippy --workspace --all-features --all-targets (no warnings)
  • cargo test --workspace --all-features (all suites pass)
  • RUSTDOCFLAGS="--cfg docsrs -D warnings" cargo +nightly doc --workspace --all-features --no-deps
  • cargo deny check (advisories/bans/licenses/sources all ok)

🤖 Generated with Claude Code

Deletes the nvisy-context crate: no built-in recognizer consumed
its reference-data types and every analyze_document callsite passed
&[]. Also drops the dead contexts parameter from Engine::analyze_document
and trims the schema umbrella + prose accordingly.

Bumps elide 33dea523 -> a29a152e (no source changes needed) and
unyanks spin 0.9.8 -> 0.9.9 to clear cargo-deny advisories.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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