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

.methods doesn't return the full set of results. #34

Closed
skx opened this issue Sep 30, 2018 · 0 comments
Closed

.methods doesn't return the full set of results. #34

skx opened this issue Sep 30, 2018 · 0 comments
Assignees

Comments

@skx
Copy link
Owner

skx commented Sep 30, 2018

When we allowed object-methods to be defined they were originally written 100% in golang.

That meant that the golang-implemented methods call could work, outputting the names of all known methods. However now there are methods implemented in monkey.

We should use reflection/introspection to get all methods that work on a given-type, or we should remove the facility entirely. Having wrong results is the worst possible compromise!

@skx skx self-assigned this Sep 30, 2018
@skx skx closed this as completed in 500674c Sep 30, 2018
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

No branches or pull requests

1 participant