Skip to content

Bound index extraction stall handling - #2695

Merged
Widthdom merged 5 commits into
mainfrom
codex/fix-issue2683-2680-2665
May 25, 2026
Merged

Bound index extraction stall handling#2695
Widthdom merged 5 commits into
mainfrom
codex/fix-issue2683-2680-2665

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Prevented the symbol extractor from restarting at the same or an earlier offset during same-line pattern rescans.
  • Added bounded extraction-stall diagnostics for update and full-scan symbol extraction paths, including stable error code E013_INDEX_EXTRACTION_STALLED.
  • Propagated stall failures to the top-level command result and cancel extraction workers when a full-scan stall is detected.

Validation

  • dotnet build CodeIndex.sln -c Debug -p:UseSharedCompilation=false
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Debug -p:UseSharedCompilation=false --filter FullScanExtractionStallPath
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • git diff --check origin/main..HEAD
  • Adversarial review: No blocking/actionable issues found.

Full dotnet test CodeIndex.sln -c Release -p:UseSharedCompilation=false was attempted earlier but did not complete within the bounded wait in this local environment.

Changelog

  • changelog.d/unreleased/2665.fixed.md

Notes

The three requested issues share the same extraction-stall root cause, so the implementation is intentionally shared instead of splitting artificial per-issue code paths.

Fixes #2665
Fixes #2680
Fixes #2683

@Widthdom
Widthdom merged commit 284aac0 into main May 25, 2026
10 checks passed
@Widthdom
Widthdom deleted the codex/fix-issue2683-2680-2665 branch May 25, 2026 07:47
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