Skip to content

runtime: fix reflect Call word arguments#1908

Open
zhouguangyuan0718 wants to merge 1 commit into
xgo-dev:mainfrom
zhouguangyuan0718:fix/reflect-call-word-args
Open

runtime: fix reflect Call word arguments#1908
zhouguangyuan0718 wants to merge 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!

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.

2 participants