-
Notifications
You must be signed in to change notification settings - Fork 79
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
chore: clean up unnecessary TODOs in smithy-swift #1217
Labels
feature-request
A feature should be added or improved.
Comments
dayaffe
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Oct 31, 2023
This was referenced Nov 6, 2023
This document will be moved to Quip, and be edited / revised before being put public again. The document has to be updated with latest design. |
// TODO create resource type - check for other SDKs whether this is common across SDKs |
DESIGN.md document will be deleted. I have moved a copy of the raw file to |
2 tasks
Released in AWS SDK for Swift 0.32.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature
The following TODOs can be removed as they are no longer necessary:
https://github.com/smithy-lang/smithy-swift/blob/53fbde27f536f4287edfd4ff08bb5ebe8dc75169/design/DESIGN.md
// TODO: this file will change post AWS Service config design most likely.
/// TODO: simplify logger creation
// TODO:: fix indentation when
writeInline
retains indentTODO:: When https://github.com/apple/swift-numerics supports Integer conforming to Real protocol, we need to
change [UInt8] to Complex. Apple's work is being tracked in apple/swift-numerics#5
// TODO create resource type
// TODO: MUST FIX BEFORE SHIPPING. check to see if new synthetic input or output shapes conflict with any other shapes in the model by walking the model and fail code generation
// TODO: Support proper deserialization of http response query
// TODO: Make this pluggable so that this code can exist in aws-sdk-swift
TODO("Organize test suites of smithy-swift and aws-sdk-swift and see if this class and consumers of this class should be moved to aws-sdk-swift OR AWS protocol tests in aws-sdk-swift should be moved to smithy-swift.")
Use Case
Clean up repository.
Proposed Solution
Remove unnecessary TODOs to clean up repo.
Other Information
Related issue: #710
Acknowledgements
The text was updated successfully, but these errors were encountered: