omnigraph/crates/omnigraph-compiler
Ragnor Comerford 88384476be
Fix traversal ordering: process in dependency order, not declaration order
The iterative lowering now handles traversals declared in non-topological
order (e.g. `$b worksAt $c` before `$a knows $b`).  Each pass processes
traversals that have at least one bound endpoint, repeating until all are
consumed.  Caught during self-review.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 12:16:45 +02:00
..
src Fix traversal ordering: process in dependency order, not declaration order 2026-04-13 12:16:45 +02:00
Cargo.toml Prepare v0.2.0 release 2026-04-12 20:35:34 +03:00