Skip to content

[codex] Fix C va_arg typedef reference extraction - #2973

Merged
Widthdom merged 7 commits into
mainfrom
fix-issue2961
Jun 3, 2026
Merged

[codex] Fix C va_arg typedef reference extraction#2973
Widthdom merged 7 commits into
mainfrom
fix-issue2961

Conversation

@Widthdom

@Widthdom Widthdom commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release -f net9.0 --filter "FullyQualifiedName~ReferenceExtractorTests.Extract_CTypedefVaArgOperands" -p:UseSharedCompilation=false
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release -f net8.0 --filter "FullyQualifiedName~ReferenceExtractorTests.Extract_CTypedefVaArgOperands" -p:UseSharedCompilation=false
  • dotnet build CodeIndex.sln -c Release -p:UseSharedCompilation=false
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet format CodeIndex.sln --verify-no-changes
  • git diff --check
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Codex adversarial review: No blocking/actionable issues found.

Known unrelated full-suite flake is already tracked in #2945.

AGENT_GUIDE.md, AGENTS.md/AGENT.md, and CLAUDE.md were not modified.

Fixes #2961

@Widthdom
Widthdom marked this pull request as ready for review June 2, 2026 21:27
@Widthdom
Widthdom merged commit d8c182c into main Jun 3, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue2961 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.

net9 Release test can miss lowercase va_arg typedef reference

1 participant