Loading CHANGELOG.next.toml +7 −1 Original line number Diff line number Diff line Loading @@ -10,3 +10,9 @@ # references = ["smithy-rs#920"] # meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"} # author = "rcoh" [[rust-runtime]] message = "Pokémon Service example code now runs clippy during build." references = ["smithy-rs#1727"] meta = { "breaking" = false, "tada" = false, "bug" = false } author = "GeneralSwiss" rust-runtime/aws-smithy-http-server-python/examples/Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ codegen: cp -av $(SERVER_SDK_SRC)/* $(SERVER_SDK_DST)/ cp -av $(CLIENT_SDK_SRC)/* $(CLIENT_SDK_DST)/ clippy: codegen cargo clippy build: codegen cargo build ln -sf $(DEBUG_SHARED_LIBRARY_SRC) $(SHARED_LIBRARY_DST) Loading rust-runtime/aws-smithy-http-server/examples/Makefile +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,12 @@ build: codegen run: codegen cargo run clippy: codegen cargo clippy test: codegen cargo test doc-open: codegen cargo doc --no-deps --open Loading tools/ci-build/scripts/check-server-e2e-test +1 −2 Original line number Diff line number Diff line Loading @@ -6,5 +6,4 @@ set -eux cd smithy-rs/rust-runtime/aws-smithy-http-server/examples make cargo test make test clippy tools/ci-build/scripts/check-server-python-e2e-test +1 −1 Original line number Diff line number Diff line Loading @@ -6,4 +6,4 @@ set -eux cd smithy-rs/rust-runtime/aws-smithy-http-server-python/examples make test make test clippy Loading
CHANGELOG.next.toml +7 −1 Original line number Diff line number Diff line Loading @@ -10,3 +10,9 @@ # references = ["smithy-rs#920"] # meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"} # author = "rcoh" [[rust-runtime]] message = "Pokémon Service example code now runs clippy during build." references = ["smithy-rs#1727"] meta = { "breaking" = false, "tada" = false, "bug" = false } author = "GeneralSwiss"
rust-runtime/aws-smithy-http-server-python/examples/Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ codegen: cp -av $(SERVER_SDK_SRC)/* $(SERVER_SDK_DST)/ cp -av $(CLIENT_SDK_SRC)/* $(CLIENT_SDK_DST)/ clippy: codegen cargo clippy build: codegen cargo build ln -sf $(DEBUG_SHARED_LIBRARY_SRC) $(SHARED_LIBRARY_DST) Loading
rust-runtime/aws-smithy-http-server/examples/Makefile +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,12 @@ build: codegen run: codegen cargo run clippy: codegen cargo clippy test: codegen cargo test doc-open: codegen cargo doc --no-deps --open Loading
tools/ci-build/scripts/check-server-e2e-test +1 −2 Original line number Diff line number Diff line Loading @@ -6,5 +6,4 @@ set -eux cd smithy-rs/rust-runtime/aws-smithy-http-server/examples make cargo test make test clippy
tools/ci-build/scripts/check-server-python-e2e-test +1 −1 Original line number Diff line number Diff line Loading @@ -6,4 +6,4 @@ set -eux cd smithy-rs/rust-runtime/aws-smithy-http-server-python/examples make test make test clippy