omnigraph/crates
Ragnor Comerford 3461aa123d
Fix: exclude wildcard $_ from traversal adjacency graph
The anonymous wildcard variable _ was included as a regular node in the
undirected adjacency graph used for component analysis. When multiple
traversals referenced $_, it falsely bridged otherwise-independent
components, causing bindings in separate components to be deferred.
The deferred binding would never be introduced (since _ is never added
to bound_vars), leading to silently dropped traversals.

Fix: skip edges involving _ when building the adjacency graph.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 15:11:17 +02:00
..
omnigraph Fix join alignment for traversal-introduced bindings with Lance filter pushdown 2026-04-13 12:10:50 +02:00
omnigraph-cli Add query lint and check commands 2026-04-13 00:37:44 +03:00
omnigraph-compiler Fix: exclude wildcard $_ from traversal adjacency graph 2026-04-13 15:11:17 +02:00
omnigraph-server Prepare v0.2.0 release 2026-04-12 20:35:34 +03:00