Skip to content

Fix type params#2754

Merged
penalosa merged 1 commit intomainfrom
penalosa/fix-type-params
Sep 30, 2024
Merged

Fix type params#2754
penalosa merged 1 commit intomainfrom
penalosa/fix-type-params

Conversation

@penalosa
Copy link
Contributor

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
Contributor

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
@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