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 bug with codegeneration with forward declaration #643

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

kant2002
Copy link
Collaborator

@kant2002 kant2002 commented Sep 6, 2024

when type was forward declared before child type which used inside that declared type later on, codegen was broken. This lead to simplification of the struct emit, since no need to special case anon types. This lead to changes in naming which I think is reasonable, since that way always anon types prefixed with

when type was forward declared before child type which used inside that declared type later on, codegen was broken.
This lead to simplification of the struct emit, since no need to special case anon types. This lead to changes in naming which I think is reasonable, since that way always anon types prefixed with <typedef>
@ForNeVeR ForNeVeR self-assigned this Sep 6, 2024
@ForNeVeR ForNeVeR self-requested a review September 6, 2024 11:33
Copy link
Owner

@ForNeVeR ForNeVeR left a comment

Choose a reason for hiding this comment

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

Thanks!

@ForNeVeR ForNeVeR merged commit b052b92 into ForNeVeR:main Sep 8, 2024
3 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.

2 participants