-
Notifications
You must be signed in to change notification settings - Fork 189
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
Non-functional miscellaneous improvements #1445
Conversation
Make it consistent with the `ServerBuilderGenerator` from #1342.
I keep rereading the implementation to see what this returns; it's not intuitive from the function name.
A new generated diff is ready to view.
A new doc preview is ready to view. Rust Wrk benchmark report:Duration: 90 sec, Connections: 32, Threads: 2
|
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.
LGTM
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.
LGTM thanks for doing this!
@@ -293,7 +296,7 @@ class SymbolVisitor( | |||
return symbolBuilder( | |||
shape, | |||
RustType.Opaque( | |||
shape.contextName() |
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.
this is fine—operations can't be renamed which is why the no-arg method exists
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
This commit contains non-functional (i.e. mostly stylistic, small
refactors, documentation and consistency) improvements that I've batched
and rolled up while working on #1342.
extraDependencies
fromInlineDependency
class privateRustTypes.kt
RuntimeTypes.kt
RuntimeTypes.kt
SymbolVisitor.kt
BuilderGenerator.kt
ServerBuilderGenerator
from Builders of builders #1342.TestHelpers.kt
headers_for_prefix
functionnot intuitive from the function name.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.