Summary
While validating #2729/#2730 on branch fix-issue2729-2730, a full workspace refresh with:
dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll . --json
made progress to 378/379 files and then repeatedly reported:
cdidx: still indexing 378/379 file(s): src/CodeIndex/Indexer/Symbols/SymbolExtractor.JavaScriptTypeScriptSupport.cs (symbols)...
for several minutes. A commit-scoped refresh completed, but status --check --json still reports the workspace stale/degraded because the existing DB was originally a partial/stale index.
Scope
This was discovered during validation and is not fixed by the #2729/#2730 branch.
Summary
While validating #2729/#2730 on branch
fix-issue2729-2730, a full workspace refresh with:made progress to
378/379files and then repeatedly reported:for several minutes. A commit-scoped refresh completed, but
status --check --jsonstill reports the workspace stale/degraded because the existing DB was originally a partial/stale index.Scope
This was discovered during validation and is not fixed by the #2729/#2730 branch.