ruvector/examples/scipix/src
ruvnet 1b7b6db097 test(scipix): mark stale OcrEngine doctest as ignore
`examples/scipix/src/lib.rs` line 16 had a `,no_run` doctest
referencing `ruvector_scipix::OcrEngine`, which doesn't exist in
the crate root. Pre-existing on main; surfaced by PR #389's
test-shard split that runs `cargo test --doc` on each shard.

`,no_run` only skips execution; the test still has to compile.
Switched to `,ignore` since the example is illustrative — the
current public surface exposes `Config`, `CacheManager`, and
lower-level pipeline structs; the `Engine`-style glue documented
in the example is a follow-up. Comment added explaining the gap.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-26 01:10:32 -04:00
..
api fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
bin fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
cache fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
cli fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
math fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
ocr fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
optimize chore(workspace): fix pre-existing test flakes + add CI -D warnings enforcement 2026-04-25 20:17:47 -04:00
output chore(workspace): fix pre-existing test flakes + add CI -D warnings enforcement 2026-04-25 20:17:47 -04:00
preprocess fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
wasm fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
config.rs fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
error.rs Plan Rust Mathpix clone for ruvector (#28) 2025-11-29 17:34:47 -05:00
lib.rs test(scipix): mark stale OcrEngine doctest as ignore 2026-04-26 01:10:32 -04:00