-
Notifications
You must be signed in to change notification settings - Fork 196
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
Remove middleware - part 2 #2925
Conversation
6f04e17
to
a2ea7fe
Compare
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. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
12c2ffe
to
ad489af
Compare
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. |
...amazon/smithy/rust/codegen/client/smithy/generators/client/CustomizableOperationGenerator.kt
Outdated
Show resolved
Hide resolved
...amazon/smithy/rust/codegen/client/smithy/generators/client/CustomizableOperationGenerator.kt
Outdated
Show resolved
Hide resolved
...tlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientDocs.kt
Show resolved
Hide resolved
...tlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientDocs.kt
Show resolved
Hide resolved
...tlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientDocs.kt
Outdated
Show resolved
Hide resolved
...tlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientDocs.kt
Outdated
Show resolved
Hide resolved
val customizableOperationGenerator = CustomizableOperationGenerator(codegenContext, generics, customizableOperationCustomizations) | ||
val customizableOperationGenerator = CustomizableOperationGenerator(codegenContext, customizableOperationCustomizations) |
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 good it feels to see that argument go the way of the dinosaurs.
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 so excited to get this PR merged! Thanks for putting all this together John. |
2fe61dc
to
772fcfb
Compare
A new generated diff is ready to view.
A new doc preview is ready to view. |
This PR continues removing middleware by addressing the simpler
TODO(enableNewSmithyRuntimeCleanup)
comments in the code generator.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.