Skip to content

Remove name param from LookupConstructors #567

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jeaye
Copy link
Contributor

@jeaye jeaye commented Apr 23, 2025

This parameter required the unscoped type name, but CppInterOp provides
no way of getting that. Every usage of this appears to have a hard-coded
type name instead. After speaking with Vassil on Discord, he suggested
this additional check may not actually be needed.

For now, the param has been kept, to not break existing code. If
everything works correctly, we can follow up to remove the param
entirely.

If this param cannot be removed, please provide a way for the unscoped
name to be accessed via CppInterOp

@vgvassilev vgvassilev requested a review from aaronj0 April 23, 2025 18:45
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

This parameter required the unscoped type name, but CppInterOp provides
no way of getting that. Every usage of this appears to have a hard-coded
type name instead. After speaking with Vassil on Discord, he suggested
this additional check may not actually be needed.

For now, the param has been kept, to not break existing code. If
everything works correctly, we can follow up to remove the param
entirely.

If this param cannot be removed, please provide a way for the unscoped
name to be accessed via CppInterOp.
@jeaye jeaye force-pushed the lookupconstructors-arg branch from 47259b7 to 7da68cf Compare April 23, 2025 18:51
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

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.

1 participant