On main (commit 031ab81, PR #1122), src/domain/graph/builder/pipeline.ts has a duplicate if (missingAbs.length === 0) return; at two consecutive lines (~1017 and 1019 on main). The first one is dead code — the second never executes after it.
Surfaced while resolving merge conflicts on PR #1134 against the same file; it's unrelated to that PR's scope (benchmark exclusion). Filing here so it's tracked.
On
main(commit 031ab81, PR #1122),src/domain/graph/builder/pipeline.tshas a duplicateif (missingAbs.length === 0) return;at two consecutive lines (~1017 and 1019 on main). The first one is dead code — the second never executes after it.Surfaced while resolving merge conflicts on PR #1134 against the same file; it's unrelated to that PR's scope (benchmark exclusion). Filing here so it's tracked.