Skip to content

Use getDeclaredMethods() so we can see non-public methods of classes #110

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

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

DougGregor
Copy link
Member

When we are translating a class that was built as part of the Swift module, use getDeclaredMethods() so we also see non-public methods.

Part of issue #106.

When we are translating a class that was built as part of the Swift module,
use getDeclaredMethods() so we also see non-public methods.

Part of issue swiftlang#106.
Copy link
Collaborator

@ktoso ktoso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@DougGregor
Copy link
Member Author

I want to rework the class translator to get more information out of the getDeclaredXYZ methods, but I'll merge this now to nudge the needle forward a little bit first.

@DougGregor DougGregor merged commit 912d08d into swiftlang:main Oct 25, 2024
11 checks passed
@DougGregor DougGregor deleted the get-declared-methods-native branch October 25, 2024 05:08
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.

2 participants