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

Track botocore order of shape fields in generator #872

Open
endgame opened this issue Jan 5, 2023 · 1 comment
Open

Track botocore order of shape fields in generator #872

endgame opened this issue Jan 5, 2023 · 1 comment

Comments

@endgame
Copy link
Collaborator

endgame commented Jan 5, 2023

In #862 the generator was changed to emit request/response fields in sorted order. We could switch the generator from aeson to waargonaut, which uses a JSON AST that tracks such things.

@endgame
Copy link
Collaborator Author

endgame commented Jul 28, 2023

The new parser in aeson >= 2.1.2.0, Data.Aeson.Decoding.Tokens is probably easier to use than waargonaut will be, as its hw-simd-json dependency doesn't build right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant