-
Notifications
You must be signed in to change notification settings - Fork 18.1k
misc/cgo/test: test C.enum_* #39977
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
misc/cgo/test: test C.enum_* #39977
Conversation
This PR (HEAD: 6d577e4) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/240697 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/240697. |
This PR (HEAD: f8d7b31) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/240697 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 239a099) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/240697 to see it. Tip: You can toggle comments from me using the |
Message from Hau Yang: Patch Set 4: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/240697. |
Message from Ian Lance Taylor: Patch Set 4: Thanks for sending this. We'll review this during the 1.16 release cycle, after 1.15 is released. Please don’t reply on this GitHub thread. Visit golang.org/cl/240697. |
Message from Emmanuel Odeke: Patch Set 4: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/240697. |
Message from Go Bot: Patch Set 4: TryBots beginning. Status page: https://farmer.golang.org/try?commit=e1946550 Please don’t reply on this GitHub thread. Visit golang.org/cl/240697. |
Message from Go Bot: Patch Set 4: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/240697. |
Message from Ian Lance Taylor: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/240697. |
Allocate a C enum object, and test if it can be assigned a value successfully.
Declare an object to C Enumeration and check if it has been assigned correct values.
This PR (HEAD: 81890f4) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/240697 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/240697. |
Message from Go Bot: Patch Set 5: TryBots beginning. Status page: https://farmer.golang.org/try?commit=0ab1f529 Please don’t reply on this GitHub thread. Visit golang.org/cl/240697. |
Message from Go Bot: Patch Set 5: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/240697. |
Message from Ian Lance Taylor: Patch Set 5: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/240697. |
Allocate a C enum object, and test if it can be assigned a value successfully. For #39537 Change-Id: I7b5482112486440b9d99f2ee4051328d87f45dca GitHub-Last-Rev: 81890f4 GitHub-Pull-Request: #39977 Reviewed-on: https://go-review.googlesource.com/c/go/+/240697 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Trust: Emmanuel Odeke <[email protected]>
This PR is being closed because golang.org/cl/240697 has been merged. |
Allocate a C enum object, and test if it can be assigned a value
successfully.
For #39537