Skip to content
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

Calling convention does not conform to proposed cgo tool restritions #9

Closed
bmatsuo opened this issue Oct 27, 2015 · 0 comments
Closed

Comments

@bmatsuo
Copy link
Owner

bmatsuo commented Oct 27, 2015

Proposal: https://github.com/golang/proposal/blob/master/design/12416-cgo-pointers.md

C functions that take an MDBval* are not meeting the restrictions proposed in go#12416. The pointers in the argument's mv_data argument is usually a Go pointer. The infractions should be fixed before the implementation is finalized and lands on tip.

@bmatsuo bmatsuo changed the title Calling convention does not conform to proposed cgo tool restritions Calling convention do not conform to proposed cgo tool restritions Oct 27, 2015
@bmatsuo bmatsuo changed the title Calling convention do not conform to proposed cgo tool restritions Calling convention does not conform to proposed cgo tool restritions Oct 27, 2015
@bmatsuo bmatsuo closed this as completed Oct 27, 2015
wojas added a commit to wojas/lmdb-go that referenced this issue Feb 11, 2022
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

No branches or pull requests

1 participant