-
- Downloads
Overhaul RustModule system to support nested modules (#1992)
* Overhaul RustModule system to support nested modules * Cleanups / CR feedback * Get server unit tests passing * Fix compilation * Remove unused import * CR Feedback II * customize isn't actually a reserved word—move it to the reserved member section
Showing
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt 1 addition, 1 deletion...oftware/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/InlineAwsDependency.kt 2 additions, 1 deletion...lin/software/amazon/smithy/rustsdk/InlineAwsDependency.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/CodegenVisitor.kt 0 additions, 12 deletions...mazon/smithy/rust/codegen/client/smithy/CodegenVisitor.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/NestedAccessorGenerator.kt 1 addition, 3 deletions...degen/client/smithy/generators/NestedAccessorGenerator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/PaginatorGenerator.kt 9 additions, 9 deletions...st/codegen/client/smithy/generators/PaginatorGenerator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/CustomizableOperationGenerator.kt 3 additions, 9 deletions...mithy/generators/client/CustomizableOperationGenerator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientGenerator.kt 2 additions, 1 deletion.../client/smithy/generators/client/FluentClientGenerator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/protocol/ProtocolTestGenerator.kt 1 addition, 1 deletion...lient/smithy/generators/protocol/ProtocolTestGenerator.kt
- codegen-client/src/test/kotlin/software/amazon/smithy/rust/codegen/client/customizations/SmithyTypesPubUseGeneratorTest.kt 0 additions, 1 deletion...n/client/customizations/SmithyTypesPubUseGeneratorTest.kt
- codegen-client/src/test/kotlin/software/amazon/smithy/rust/codegen/client/smithy/CodegenVisitorTest.kt 0 additions, 4 deletions...n/smithy/rust/codegen/client/smithy/CodegenVisitorTest.kt
- codegen-client/src/test/kotlin/software/amazon/smithy/rust/codegen/client/smithy/SymbolVisitorTest.kt 7 additions, 7 deletions...on/smithy/rust/codegen/client/smithy/SymbolVisitorTest.kt
- codegen-client/src/test/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/EndpointTraitBindingsTest.kt 1 addition, 2 deletions...gen/client/smithy/generators/EndpointTraitBindingsTest.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/CargoDependency.kt 22 additions, 26 deletions...azon/smithy/rust/codegen/core/rustlang/CargoDependency.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/RustModule.kt 108 additions, 12 deletions...re/amazon/smithy/rust/codegen/core/rustlang/RustModule.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/RustReservedWords.kt 4 additions, 1 deletion...on/smithy/rust/codegen/core/rustlang/RustReservedWords.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/RustWriter.kt 8 additions, 3 deletions...re/amazon/smithy/rust/codegen/core/rustlang/RustWriter.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/CodegenDelegator.kt 41 additions, 50 deletions...mazon/smithy/rust/codegen/core/smithy/CodegenDelegator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/RuntimeType.kt 6 additions, 4 deletions...are/amazon/smithy/rust/codegen/core/smithy/RuntimeType.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/SymbolVisitor.kt 16 additions, 30 deletions...e/amazon/smithy/rust/codegen/core/smithy/SymbolVisitor.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/BuilderGenerator.kt 7 additions, 4 deletions...y/rust/codegen/core/smithy/generators/BuilderGenerator.kt
Loading
Please register or sign in to comment