-
Notifications
You must be signed in to change notification settings - Fork 190
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 unneeded doc parser #1123
Conversation
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. |
A new generated diff is ready to view.
|
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.
Nice! The Some(...).ok_or_else(...)
is a little bit awkward, but definitely makes codegen easier. Seems like it should be fine though given how infrequent documents are (not a ton of unreachable error code).
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.
|
@@ -77,4 +83,4 @@ author = "jdisanti" | |||
message = "MSRV increased from `1.54` to `1.56.1` per our 2-behind MSRV policy." | |||
references = ["smithy-rs#1130"] | |||
meta = { "breaking" = true, "tada" = false, "bug" = false } | |||
author = "jdisanti" | |||
author = "jdisanti" |
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.
Inadvertently removed newline.
Motivation and Context
@aajtodd thoughtfully pointed out that our separate documentParser is actually totally unnecessary (this is handled correctly by payload parser already!)
Description
Testing
Checklist
CHANGELOG.next.toml
if I made changes to the smithy-rs codegen or runtime cratesCHANGELOG.next.toml
if I made changes to the AWS SDK, generated SDK code, or SDK runtime cratesBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.