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 type params #2754

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Fix type params #2754

merged 1 commit into from
Sep 30, 2024

Conversation

penalosa
Copy link
Collaborator

Fixes #2652

A regression introduced in fc7f91d meant that parameter names for some APIs were no longer being included in the generated types, since param-names-ast.c++ didn't import them. This PR updates the includes within param-names-ast.c++ to match rtti.c++.

@mikea
Copy link
Collaborator

mikea commented Sep 24, 2024

If they need to be in sync, then maybe we should create a separate .h file and include it from both places so that there are no discrepancies?

@RamIdeas
Copy link
Contributor

If they need to be in sync, then maybe we should create a separate .h file and include it from both places so that there are no discrepancies?

This sounds like a good idea to prevent this happening again

@penalosa penalosa merged commit 825fbe0 into main Sep 30, 2024
13 checks passed
@penalosa penalosa deleted the penalosa/fix-type-params branch September 30, 2024 17:22
jclee pushed a commit that referenced this pull request Oct 11, 2024
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.

Minor regression in types params names with 4.20240903.0
4 participants