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

Check that a class correctly implements its interfaces #942

Merged
merged 8 commits into from
Aug 6, 2021

Conversation

asklar
Copy link
Member

@asklar asklar commented Jul 29, 2021

Fixes #940

@manodasanW manodasanW requested a review from j0shuams July 29, 2021 21:25
@asklar
Copy link
Member Author

asklar commented Jul 30, 2021

@j0shuams correctly pointed out that this is raising an error in the CustomButton test. When the method implementation isn't coming from the class directly, but from one of its base types, the current algorithm still returns null. Will work on this a bit more.

…IWinRTObject since the interface implementation is explicit and cannot be found by FindImplementationForInterfaceMember
@Scottj1s Scottj1s merged commit 1ad1a54 into microsoft:master Aug 6, 2021
@asklar asklar deleted the interfaceImpl branch August 7, 2021 17:51
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.

Generator crash on class that doesn't implement an interface correctly
3 participants