ruvector/crates/ruvector-postgres/src/dag
rUv a964b140a7 fix: resolve CI compilation errors across ruvector-postgres, ruvllm, and sona
- ruvector-postgres: Add EdgeType import in mincut tests, remove
  incorrect Some() wrapping on pgrx default!() test params
- ruvllm: Make ane_ops module available on all platforms (not just macOS)
  so tests can reference it unconditionally; fix unused variable warnings
- sona: Add explicit lifetime annotations on RwLockReadGuard/WriteGuard
  to fix clippy mismatched_lifetime_syntaxes errors

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-02-21 21:24:43 +00:00
..
functions fix: resolve CI compilation errors across ruvector-postgres, ruvllm, and sona 2026-02-21 21:24:43 +00:00
extension.rs feat(dag): implement Neural Self-Learning DAG with QuDAG integration 2025-12-29 22:58:43 +00:00
guc.rs feat(dag): implement Neural Self-Learning DAG with QuDAG integration 2025-12-29 22:58:43 +00:00
hooks.rs feat(dag): implement Neural Self-Learning DAG with QuDAG integration 2025-12-29 22:58:43 +00:00
mod.rs fix: add patches README and fix rust formatting 2025-12-30 15:41:45 +00:00
state.rs fix: add patches README and fix rust formatting 2025-12-30 15:41:45 +00:00
worker.rs feat(dag): implement Neural Self-Learning DAG with QuDAG integration 2025-12-29 22:58:43 +00:00