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

getMembers polyglot message of Type should include methods from Any #12045

Open
Akirathan opened this issue Jan 13, 2025 · 5 comments · May be fixed by #12099
Open

getMembers polyglot message of Type should include methods from Any #12045

Akirathan opened this issue Jan 13, 2025 · 5 comments · May be fixed by #12099
Assignees
Labels

Comments

@Akirathan
Copy link
Member

#11687 changes the getMembers interop protocol message of Type to include methods from the type. However, methods "inherited" from Any 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 from Any. Including extension methods would be too difficult, if not impossible, as that requires scanning potentially all the loaded modules.

@JaroslavTulach
Copy link
Member

@JaroslavTulach JaroslavTulach moved this from ❓New to 📤 Backlog in Issues Board Jan 14, 2025
@Akirathan Akirathan linked a pull request Jan 21, 2025 that will close this issue
5 tasks
@Akirathan Akirathan moved this from 📤 Backlog to 🔧 Implementation in Issues Board Jan 21, 2025
@enso-bot
Copy link

enso-bot bot commented Jan 21, 2025

Pavel Marek reports a new STANDUP for today (2025-01-21):

Progress: - Fix for #11808 in #12097.

@enso-bot
Copy link

enso-bot bot commented Jan 22, 2025

Pavel Marek reports a new STANDUP for today (2025-01-22):

Progress: - Review of #12031

@enso-bot
Copy link

enso-bot bot commented Jan 23, 2025

Pavel Marek reports a new STANDUP for today (2025-01-23):

Progress: - Include methods from the whole type hierarchy (that was failing for Integer that inherits from Number).

  • Still some tests remain to be fixed. It should be finished by 2025-01-24.

@enso-bot
Copy link

enso-bot bot commented Jan 24, 2025

Pavel Marek reports a new STANDUP for today (2025-01-24):

Progress: - Struggling with making the Function search algorithm in Type consistent with how functions are resolved at runtime. It should be finished by 2025-01-24.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🔧 Implementation
Development

Successfully merging a pull request may close this issue.

2 participants