-
Notifications
You must be signed in to change notification settings - Fork 18.1k
misc/cgo: Add test for C union read/write #40811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR (HEAD: 167a5ff) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/248683 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 1: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/248683. |
This PR (HEAD: a4e9891) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/248683 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 5da8cb0) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/248683 to see it. Tip: You can toggle comments from me using the |
Message from Hau Yang: Patch Set 3: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/248683. |
This PR (HEAD: aa0bb07) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/248683 to see it. Tip: You can toggle comments from me using the |
Message from Hau Yang: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/248683. |
Message from Ian Lance Taylor: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/248683. |
Message from Hau Yang: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/248683. |
Message from Ian Lance Taylor: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/248683. |
Add test for reading and writing C language union datatype
Fixes #39537