Skip to content
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

Fix re-export of SdkError #2931

Merged

Conversation

jdisanti
Copy link
Collaborator

@jdisanti jdisanti commented Aug 18, 2023

SdkError was re-exported in generated crates with the wrong generic argument for the response type, which causes the SDK examples to fail to compile. The example breaks weren't caught due to a bug in the CI script that checks them, addressed in smithy-rs#2930.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jdisanti jdisanti added the breaking-change This will require a breaking change label Aug 18, 2023
@jdisanti jdisanti marked this pull request as ready for review August 18, 2023 01:38
@jdisanti jdisanti requested review from a team as code owners August 18, 2023 01:38
@jdisanti jdisanti force-pushed the jdisanti-fix-sdkerror-reexport branch from 9605963 to 4a126b7 Compare August 18, 2023 15:38
@smithy-lang smithy-lang deleted a comment from github-actions bot Aug 18, 2023
@github-actions
Copy link

@jdisanti jdisanti force-pushed the jdisanti-fix-sdkerror-reexport branch from 69fd3ba to 70c328f Compare August 18, 2023 19:04
@github-actions
Copy link

@github-actions
Copy link

@github-actions
Copy link

@github-actions
Copy link

@jdisanti
Copy link
Collaborator Author

It looks like this fixes the examples, but a change to aws-doc-sdk-examples needs to get merged before this can: awsdocs/aws-doc-sdk-examples#5286

@github-actions
Copy link

@jdisanti jdisanti enabled auto-merge (squash) August 22, 2023 17:08
@jdisanti jdisanti disabled auto-merge August 22, 2023 17:08
@aws-sdk-rust-ci aws-sdk-rust-ci merged commit 9943a1f into smithy-rs-release-0.56.x Aug 22, 2023
42 checks passed
@aws-sdk-rust-ci aws-sdk-rust-ci deleted the jdisanti-fix-sdkerror-reexport branch August 22, 2023 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change This will require a breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants