Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add maps and lists to directed codegen #2273

Conversation

JordonPhillips
Copy link
Contributor

This adds lists and maps to directed codegen. This is needed because when generating Python code there needs to be some data generated for lists and maps that must be placed in topological ordering as much as is possible.

While technically possible to generate that information without it being in topological ordering, the workarounds are extremely unfortunate.


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

This adds lists and maps to directed codegen. This is needed because
when generating Python code there needs to be some data generated
for lists and maps that must be placed in topological ordering as
much as is possible.
@JordonPhillips JordonPhillips requested a review from a team as a code owner May 3, 2024 17:05
@JordonPhillips JordonPhillips merged commit 0eaafee into smithy-lang:main May 6, 2024
13 checks passed
@JordonPhillips JordonPhillips deleted the all-collections-in-codegen-director branch May 6, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants