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 disambiguation bug in dyno resolver #25967

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

Conversation

arezaii
Copy link
Contributor

@arezaii arezaii commented Sep 20, 2024

This addresses a bug in the dyno disambiguation mechanism that was comparing QualifiedTypes (including the kind) instead of just Types without the kind.

I discovered this while trying to implement the _owned to owned mapping, where choices were being ignored because one was const ref and one was ref.

Talking with @mppf, it seems like we should probably not be making that comparison including the kind in testArgMapping.

… together

Signed-off-by: Ahmad Rezaii <ahmad.rezaii@hpe.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants