codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators/HttpProtocolTestGenerator.java (3 lines): - line 67: //TODO: Support filtering of tests through config - line 75: // TODO: Ability to inject additional required config, eg credentials - line 320: // TODO: expand support for different body media types (eg xml). codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators/RestStubsGeneratorBase.java (2 lines): - line 390: // TODO: Currently parsing of http_date in header lists is not supported - line 395: // TODO: Currently parsing of http_date in header lists is not supported codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators/RestParserGeneratorBase.java (1 line): - line 367: // TODO: there is likely some stripping of extra quotes. Pending SEP definition codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/RubySettings.java (1 line): - line 115: // TODO: This assume a single protocol per service that we resolve for. May need handling for multiple codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators/WaitersGenerator.java (1 line): - line 215: //TODO: This needs to use a JMESPathExpression to parse the path and actually correctly translate names codegen/projections/high_score_service/spec/builders_spec.rb (1 line): - line 3: # TODO - other "protocol" features should be tested here (builder, parser, errors, stubs) codegen/projections/high_score_service/spec/validators_spec.rb (1 line): - line 76: # TODO: This test is currently broken - requires rework of input (Shape) building + validation codegen/projections/white_label/spec/validators_spec.rb (1 line): - line 5: # TODO - seahorse/lib/seahorse/http.rb (1 line): - line 18: # TODO: - do these belong here? codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators/GemspecGenerator.java (1 line): - line 64: // TODO: Add additionalDependencies! codegen/smithy-ruby-codegen-test/integration-specs/validators_spec.rb (1 line): - line 5: # TODO -