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
Working with another OpenAPI spec, utilizing arguments like startTime and endTime, the ordering of arguments is arbitrary in the generated calls. That's rather unfortunate.
The text was updated successfully, but these errors were encountered:
drahnr
changed the title
Ordering of values in method calls shuffled
Ordering of parameters in generated method calls are alphabetically sorted
Jun 6, 2024
drahnr
changed the title
Ordering of parameters in generated method calls are alphabetically sorted
Ordering of parameters in generated method calls are alphabetically sorted unexpectedly
Jun 6, 2024
Working with another OpenAPI spec, utilizing arguments like
startTime
andendTime
, the ordering of arguments is arbitrary in the generated calls. That's rather unfortunate.I.e.
becomes alphabetically sorted:
which is counter intuitive and presume caused by https://github.com/drahnr/progenitor/blob/d9da8af7407b14f153e973eaf2e2acfda83bd0cb/progenitor-impl/src/method.rs#L2411
Exptectation:
Retain ordering of the
OpenAPI
specThe text was updated successfully, but these errors were encountered: