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

Type: add a name field to track typedef names #767

Merged
merged 1 commit into from
Sep 8, 2024
Merged

Conversation

ehaas
Copy link
Collaborator

@ehaas ehaas commented Sep 6, 2024

Just an idea - as a stop-gap before #733 is implemented. This would allow more progress on aro translate-c since one blocker right now is the lack of typedef names. It was about 5 minutes of work so I'm not very strongly advocating for it if you think it's too much of a hack.

We had at least 4 bytes of padding available in Type because it doesn't change the size of Type in either Safe or Fast modes.

@Vexu
Copy link
Owner

Vexu commented Sep 6, 2024

If you want to work on translate-c and this helps with it then I'm OK with it. Let me know if you need help syncing the dependency.

@ehaas
Copy link
Collaborator Author

ehaas commented Sep 6, 2024

I don't mind trying to put together the dependency sync but is that the kind of commit that would need to come from a core team member?

@Vexu
Copy link
Owner

Vexu commented Sep 8, 2024

Good point.

@Vexu Vexu merged commit ce09ccf into Vexu:master Sep 8, 2024
3 checks passed
@ehaas ehaas deleted the type-names branch September 8, 2024 17:13
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