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

darwinkit: fill out placeholder structs #183

Open
progrium opened this issue Aug 19, 2023 · 0 comments
Open

darwinkit: fill out placeholder structs #183

progrium opened this issue Aug 19, 2023 · 0 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@progrium
Copy link
Owner

We don't yet generate structs. Part of the reason for this is we need to match the data alignment of the structs they represent, and we have everything but what order the fields are. In order to get current frameworks to generate, I have created placeholder structs in the <framework>_structs.go file for frameworks that are empty of fields. Somebody needs to go and check out their actual full declaration in the framework header files and port their fields to Go fields. Perhaps in the process find a way to automate this.

@progrium progrium added this to the 0.5.0 milestone Aug 19, 2023
@progrium progrium added the help wanted Extra attention is needed label Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant