codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/protocols/ServerHttpProtocolGenerator.kt (3 lines): - line 141: * TODO Add support for streaming. - line 685: // TODO: tuple() is currently limited to 21 items - line 993: // TODO These functions can be replaced with the ones in https://docs.rs/aws-smithy-types/latest/aws_smithy_types/primitive/trait.Parse.html codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/protocol/ServerProtocolTestGenerator.kt (2 lines): - line 594: // TODO This test does not pass, even after fixing it with this function, because, in IEEE 754 floating - line 700: // TODO Contribute a PR to fix them upstream and remove them from this list once the fixes get published in the next Smithy release. rust-runtime/aws-smithy-http-server/src/rejection.rs (2 lines): - line 45: // TODO: we probably want to be more specific as the http::Error enum has many variants - line 53: // TODO: we probably want to be more specific as the header parsing can have many variants codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/protocols/ServerProtocolLoader.kt (2 lines): - line 35: // TODO: is there a better way than an unsafe cast here? - line 41: // TODO: support other protocols. tools/sdk-lints/src/todos.rs (1 line): - line 60: "TODO without context: `TODO{}`", codegen-server-test/build.gradle.kts (1 line): - line 44: * TODO: Review how can we make this a default in the server so that customers don't rust-runtime/aws-smithy-http-server/src/routing/request_spec.rs (1 line): - line 68: // TODO When we add support for the endpoint trait, this constructor will take in codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/ServerCodegenVisitor.kt (1 line): - line 137: // TODO: Remove `requireDocs` and always require them once the server codegen is far enough along codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerOperationRegistryGenerator.kt (1 line): - line 252: // TODO: Support the `endpoint` trait: https://awslabs.github.io/smithy/1.0/spec/core/endpoint-traits.html#endpoint-trait