Skip to content

Handle workspace ignore and path boundary indexing - #2670

Merged
Widthdom merged 9 commits into
mainfrom
fix-issue2023-2022-1832-1947
May 25, 2026
Merged

Handle workspace ignore and path boundary indexing#2670
Widthdom merged 9 commits into
mainfrom
fix-issue2023-2022-1832-1947

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Add regression coverage for case-insensitive built-in skip directory names.
  • Load project-root .codeindex/.cdidxignore, skip nested .git repository boundaries, and preserve declared submodule traversal.
  • Store and query indexed paths with Unicode NFC while keeping update-mode filesystem IO on the original path spelling.
  • Normalize full-scan purge metadata so stale cleanup remains consistent for Unicode paths and nested repository boundaries.

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release -p:UseSharedCompilation=false --filter FullyQualifiedName~FileIndexerTests
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release -p:UseSharedCompilation=false --filter FullyQualifiedName~DbPathResolverTests
  • dotnet build CodeIndex.sln -c Release -p:UseSharedCompilation=false
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • Adversarial review: No blocking/actionable issues found.

Documentation / Changelog

  • Updated USER_GUIDE.md and DEVELOPER_GUIDE.md for workspace .codeindex/.cdidxignore, nested repository boundaries, and NFC path storage.
  • Added changelog.d/unreleased/1832.fixed.md.
  • Added changelog.d/unreleased/2022.fixed.md.

Follow-up Candidates

Fixes #2023
Fixes #2022
Fixes #1832
Fixes #1947

@Widthdom
Widthdom merged commit 57fabe3 into main May 25, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue2023-2022-1832-1947 branch May 25, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant