smithy-lang / smithy-python

Smithy code generators and core modules for Python (in development)
Apache License 2.0
47 stars 10 forks source link

Make member indexes explicit #261

Closed JordonPhillips closed 2 months ago

JordonPhillips commented 3 months ago

This makes the assignment of member indexes an explicit thing. The necessity of this became apparent when working on deserializers as the implicit index became something that was only knowable in a fragile, complex way.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.