-
Notifications
You must be signed in to change notification settings - Fork 23
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
Extend response header autocompletion support #120
Extend response header autocompletion support #120
Conversation
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
spot_wrapper/testing/helpers.py
Outdated
from bosdyn.api.lease_pb2 import ResourceTree | ||
|
||
|
||
class GeneralizedDecorator: | ||
class ThinDecorator: |
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.
Any chance we can get a more descriptive name?
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.
I'm not always great with names. TransparentDecorator
? ForwardingDecorator
is almost tautological.
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.
Naming might be the hardest thinking in programming, but I can't tell you what a ThinDecorator
does just by reading the name. Maybe just add a usage comment?
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.
How about ForwardingWrapper
? Added in 6901afa
Pull Request Test Coverage Report for Build 9670158691Details
💛 - Coveralls |
Signed-off-by: Michel Hidalgo <[email protected]>
Pull Request Test Coverage Report for Build 9685899447Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9685951175Details
💛 - Coveralls |
Follow-up to #81. This patch extends the logic for response header autocompletion to gRPC services that are not unary in both request and response.