You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's discuss as a group. Maybe we need or have a backlog ticket on examining the state of smithy-swift and what can and should be moved to aws-sdk-swift and vice versa.
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: