Skip to content

runtime: fix reflect Call word arguments#1908

Merged
xushiwei merged 1 commit into
xgo-dev:mainfrom
zhouguangyuan0718:fix/reflect-call-word-args
May 31, 2026
Merged

runtime: fix reflect Call word arguments#1908
xushiwei merged 1 commit into
xgo-dev:mainfrom
zhouguangyuan0718:fix/reflect-call-word-args

Conversation

@zhouguangyuan0718
Copy link
Copy Markdown
Contributor

Summary

  • fix reflect Call argument conversion for indirect pointer-sized values
  • cover pointer, chan, map, and unsafe.Pointer field values in a standard go test

Tests

  • GOWORK=off go test ./test/go -run TestReflectCallIndirectWordArgs -count=1
  • GOWORK=off llgo test ./test/go -run TestReflectCallIndirectWordArgs -count=1

@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@xushiwei xushiwei merged commit 20c2eba into xgo-dev:main May 31, 2026
56 checks passed
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.

3 participants