Skip to content

Fix PowerShell call extraction and splatting - #2759

Merged
Widthdom merged 5 commits into
mainfrom
codex/fix-issue1482-1666
May 31, 2026
Merged

Fix PowerShell call extraction and splatting#2759
Widthdom merged 5 commits into
mainfrom
codex/fix-issue1482-1666

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Relax PowerShell call extraction so user-defined plain function names are indexed as calls without treating assignment keys or keywords as calls.
  • Emit parameter references for simple PowerShell hashtable splats used in calls.
  • Add changelog fragments for both fixed issues.

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~ReferenceExtractorTests.Extract_PowerShell"
  • 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.

Documentation / Changelog

  • changelog.d/unreleased/1482.fixed.md
  • changelog.d/unreleased/1666.fixed.md

Follow-up candidates

  • None.

Fixes #1482
Fixes #1666

@Widthdom
Widthdom merged commit a44e88b into main May 31, 2026
10 checks passed
@Widthdom
Widthdom deleted the codex/fix-issue1482-1666 branch May 31, 2026 13:13
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