-
Notifications
You must be signed in to change notification settings - Fork 40
Expose RpcServiceDescriptor.callableMap #503
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
Expose RpcServiceDescriptor.callableMap #503
Conversation
…he test input files
@rnett Sorry, it was accidentally closed. Please rebase it on |
Also, do you think we can finish it this week so we can release 0.10.1 with it on the next? |
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.
Some comments, but overall is lgtm
Subsystem
Descriptors.
Problem Description
See #496. Despite generating a list of a descriptor's callables, it's never exposed.
Solution
This PR makes the generated property public and adds a corresponding overridden property to the interface.
ATTENTION
I don't have the necessary permissions to update labels.
ApiVersioningTest
has some failures but they are present ondevelopment
, too.