-
Notifications
You must be signed in to change notification settings - Fork 326
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
getMembers polyglot message of Type
should include methods from Any
#12045
Comments
|
Pavel Marek reports a new STANDUP for today (2025-01-21): Progress: - Fix for #11808 in #12097.
|
Pavel Marek reports a new STANDUP for today (2025-01-22): Progress: - Review of #12031
|
Pavel Marek reports a new STANDUP for today (2025-01-23): Progress: - Include methods from the whole type hierarchy (that was failing for
|
Pavel Marek reports a new STANDUP for today (2025-01-24): Progress: - Struggling with making the Function search algorithm in |
#11687 changes the
getMembers
interop protocol message ofType
to include methods from the type. However, methods "inherited" fromAny
as well as any extension methods are not included in the result, as explained in #11687 (comment).In this issue, let's at least upgrade the
Type.getMembers
message to include methods fromAny
. Including extension methods would be too difficult, if not impossible, as that requires scanning potentially all the loaded modules.The text was updated successfully, but these errors were encountered: