You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some usecases, e.g. snapshots in tests, consistent ordering via IndexMap would be preferred over a randomly ordered HashMap in generated clients.
I am happy to do the work required to allow users of the progenitor library to opt-in to this feature via a feature flag or as the default. I can alternatively extend support this feature via the x-rust-type mechanism, with a special case when path is equal to indexmap::IndexMap or indexmap::IndexSet to enable this feature.
Let me know if this is in-scope for the features you'd like progenitor to support and I'll open a PR. 👍
The text was updated successfully, but these errors were encountered:
For some usecases, e.g. snapshots in tests, consistent ordering via
IndexMap
would be preferred over a randomly orderedHashMap
in generated clients.I am happy to do the work required to allow users of the
progenitor
library to opt-in to this feature via a feature flag or as the default. I can alternatively extend support this feature via thex-rust-type
mechanism, with a special case whenpath
is equal toindexmap::IndexMap
orindexmap::IndexSet
to enable this feature.Let me know if this is in-scope for the features you'd like
progenitor
to support and I'll open a PR. 👍The text was updated successfully, but these errors were encountered: