Skip to content

test(search): cover StartLine intent tie breaks - #114

Merged
tae2089 merged 1 commit into
mainfrom
codex/ticket-112
Aug 11, 2026
Merged

test(search): cover StartLine intent tie breaks#114
tae2089 merged 1 commit into
mainfrom
codex/ticket-112

Conversation

@tae2089

@tae2089 tae2089 commented Aug 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a regression test for intent-score ties where two declarations share every identity field except StartLine
  • exercise both seed orders and assert the same answer order
  • prove the test fails when CompareIdentity stops comparing StartLine

Validation

  • CGO_ENABLED=1 go test -tags "fts5" ./... -count=1
  • make search-eval
  • ccg build .
  • ccg docs --out docs
  • ccg lint

Closes #112

@tae2089
tae2089 merged commit 23e93f6 into main Aug 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

graph: CompareIdentity's StartLine key is load-bearing and untested

1 participant