Skip to content
Unverified Commit 8fe1083f authored by david-perez's avatar david-perez Committed by GitHub
Browse files

Deserialize empty collections from the query string into `None` (#1050)

We were instead providing empty collections e.g. `Some(Vec::new())`,
which makes protocol tests fail.

This commit also passes Smithy member names through the symbol provider
to obtain safe variable names.

This commit also adds some plumbing to the server protocol test case
generation to fix broken request test definitions in the
`awslabs/smithy` project.
parent 15eb1c08
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment