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

Allow IDL serialization order configuration #1727

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

mtdowling
Copy link
Member

This commit adds the ability to order the output of the IDL serializer so that shapes/traits/metadata can be written out in the order they were originally defined. You can also use alphabetical ordering or a "preferred" order (the default, and previous behavior).

This change will allow us to potentially use the IDL serializer to more faithfully serialize transformed Smithy models.

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

@mtdowling mtdowling requested a review from a team as a code owner April 8, 2023 00:06
@mtdowling mtdowling force-pushed the add-sorting-to-idl-serializer branch from 81a155b to 6aec669 Compare April 8, 2023 03:01
This commit adds the ability to order the output of the IDL
serializer so that shapes/traits/metadata can be written out in the
order they were originally defined. You can also use alphabetical
ordering or a "preferred" order (the default, and previous behavior).

This change will allow us to potentially use the IDL serializer to
more faithfully serialize transformed Smithy models.
@mtdowling mtdowling force-pushed the add-sorting-to-idl-serializer branch from 6aec669 to 8b7c638 Compare April 8, 2023 03:13
@mtdowling mtdowling merged commit 500d89c into main Apr 13, 2023
@mtdowling mtdowling deleted the add-sorting-to-idl-serializer branch April 14, 2023 03:17
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.

2 participants