Autodesk / Autodesk/AutomaticComponentToolkit
[cgo] Pointer variables are not implemented properly.
Open
- Dominant language
- Go
- Stars
- 53
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Pointer variables are making the headers not compile. We tried to use interface{} style-pointers in order to abstract this for the user, but they seemed to crash.
My suggestion would be to handle pointers strictly as uint64 handles throughout all the go code.
@qmuntal: Do you have any objections?
Contributor guide
Assessment
This issue has not been assessed yet.