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

Fix inference of annotations related to structs #15

Merged
merged 21 commits into from
Sep 3, 2024

Conversation

woosh
Copy link
Contributor

@woosh woosh commented Aug 30, 2024

Fixes #6

This PR introduces code to support structs as function arguments and return values. It supports typedef and nested structs.

@woosh woosh requested a review from gustavung August 30, 2024 10:41
src/isp_emitters.ml Outdated Show resolved Hide resolved
src/isp_emitters.ml Show resolved Hide resolved
src/isp_emitters.ml Outdated Show resolved Hide resolved
src/isp_emitters.ml Show resolved Hide resolved
Copy link
Contributor

@gustavung gustavung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with the latest changes.

@woosh woosh merged commit d0d8ac1 into master Sep 3, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

Crash when returning structs from functions
4 participants