smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/ShapeValueGenerator.kt (3 lines): - line 115: // TODO:: fix indentation when `writeInline` retains indent - line 198: // TODO: properly handle this optional with an unwrapped statement before it's passed as a value to a shape. - line 326: TODO:: When https://github.com/apple/swift-numerics supports Integer conforming to Real protocol, smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/SymbolVisitor.kt (2 lines): - line 111: TODO:: When https://github.com/apple/swift-numerics supports Integer conforming to Real protocol, we need to - line 189: // TODO create resource type smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/model/AddOperationShapes.kt (1 line): - line 41: // TODO: MUST FIX BEFORE SHIPPING. check to see if new synthetic input or output shapes conflict with any other shapes smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/integration/ProtocolGenerator.kt (1 line): - line 54: // FIXME return to this to figure out when to use fractional seconds precision in more general sense after we switch smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/integration/serde/json/MemberShapeDecodeGenerator.kt (1 line): - line 108: // FIXME return to this to figure out when to use fractional seconds precision in more general sense after we switch smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/integration/httpResponse/HttpResponseBindingErrorNarrowGenerator.kt (1 line): - line 69: // TODO: Move to be called from a protocol smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/integration/httpResponse/bindingTraits/HttpResponseTraitQueryParams.kt (1 line): - line 19: // TODO: Support proper deserialization of http response query Packages/ClientRuntime/Sources/Networking/Http/SdkHttpRequest.swift (1 line): - line 64: // TODO: remove extra slash if not needed smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/middleware/MiddlewareExecutionGenerator.kt (1 line): - line 44: // FIXME it over indents if i add another indent, come up with better way to properly indent or format for swift smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/integration/httpResponse/bindingTraits/HttpResponseTraitWithHttpPayload.kt (1 line): - line 28: // TODO: properly support event streams and other binary stream types besides blob smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/integration/serde/formurl/StructEncodeFormURLGenerator.kt (1 line): - line 70: // TODO: Make this pluggable so that this code can exist in aws-sdk-swift Packages/ClientRuntime/Sources/Util/PlatformOperationSystemVersion.swift (1 line): - line 18: // TODO: Implement for Linux & Windows Packages/ClientRuntime/Sources/Networking/Http/Middlewares/ContentMD5Middleware.swift (1 line): - line 35: logger.error("TODO: Content-MD5 to stream buffer/reader") Packages/ClientRuntime/Sources/Networking/Http/CRT/SDKDefaultIO.swift (1 line): - line 19: // TODO: revisit this and verify that it is thread safe. Packages/ClientRuntime/Sources/Networking/Http/HttpContext.swift (1 line): - line 12: // FIXME: Move all defined keys to separate file as constants to be used elsewhere Packages/ClientRuntime/Sources/Networking/Http/HttpClientConfiguration.swift (1 line): - line 10: // TODO: this file will change post AWS Service config design most likely. smithy-swift-codegen/src/main/kotlin/software/amazon/smithy/swift/codegen/integration/HttpBindingProtocolGenerator.kt (1 line): - line 66: // TODO fix the edge case: a shape which is an operational input (i.e. has members bound to HTTP semantics) could be re-used elsewhere not as an operation input which means everything is in the body