-
Notifications
You must be signed in to change notification settings - Fork 760
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
Add dir() to ObjectProtocol. #886
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Looks the error in travis is because of the version mismatch between cargo and rustc? 🤔 (weird, though)
A general comment about these kinds of functions - At the moment they're trait methods, but I personally would prefer them to be free functions like this:
It's not a strong feeling, but I think it is more consistent with how these work in Python, where they're also used as Wonder how you feel about this? (If we wanted compatibility we could leave them on |
A bit off-topic and should be discussed in another thread? |
I thought it was relevant given we're adding |
@davidhewitt Ah, didn't see that one yet. Looks good. |
I think I pushed that PR about 20 seconds after you updated this branch! 😄 I'll wait for some more feedback to see what others think of that PR, but I will definitely make sure to add |
FWIW please do merge this PR without waiting for #892 - we might wait a little while to decide the right design there. |
Thank you! |
No description provided.