smithy-lang / smithy

Smithy is a protocol-agnostic interface definition language and set of tools for generating clients, servers, and documentation for any programming language.
https://smithy.io
Apache License 2.0
1.77k stars 208 forks source link

Add protocol tests for sparse list primitives #2333

Closed adamthom-amzn closed 3 months ago

adamthom-amzn commented 3 months ago

Background

Testing


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

adamthom-amzn commented 3 months ago

Doing the same for maps would be great, though I'm not going to hold back this PR on that

We already have them; that's why I knew to look again at list protocol tests, because the map ones failed and the list ones did not.