Skip to content

Fix qualified graph queries and search JSON symbol metadata - #2939

Merged
Widthdom merged 6 commits into
mainfrom
fix-issue2819-2838
Jun 3, 2026
Merged

Fix qualified graph queries and search JSON symbol metadata#2939
Widthdom merged 6 commits into
mainfrom
fix-issue2819-2838

Conversation

@Widthdom

@Widthdom Widthdom commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

Validation

  • git diff --check origin/main..HEAD
  • dotnet build CodeIndex.sln -p:UseSharedCompilation=false
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -f net8.0 -p:UseSharedCompilation=false --filter "FullyQualifiedName~DbReaderTests.GraphReaders|FullyQualifiedName~DbReaderTests.SearchReferences_|FullyQualifiedName~DbReaderTests.GetDefinitions_ExactMatchesNameEquality|FullyQualifiedName~DbReaderTests.Search_ReturnsEnclosingSymbolMetadata_Issue2838|FullyQualifiedName~DbReaderTests.Search_ReturnsEnclosingSymbolForActualMatchLine_Issue2838|FullyQualifiedName~SearchSnippetFormatterTests|FullyQualifiedName~JsonOutputSnapshotTests.RunSearch_JsonOutput_MatchesGolden"
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Codex adversarial review: No blocking/actionable issues found.

Changelog

  • changelog.d/unreleased/2819.added.md
  • changelog.d/unreleased/2838.added.md

Notes

  • No AGENTS.md, CLAUDE.md, or AGENT_GUIDE.md changes.

Fixes #2819
Fixes #2838

@Widthdom
Widthdom marked this pull request as ready for review June 2, 2026 19:19
@Widthdom
Widthdom force-pushed the fix-issue2819-2838 branch from 9c1c224 to 8dd2a63 Compare June 2, 2026 20:53
@Widthdom
Widthdom merged commit 2a7b39b into main Jun 3, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue2819-2838 branch June 3, 2026 23:00
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.

Search JSON should include enclosing symbol metadata for each hit Support qualified member queries for graph commands

1 participant