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
encoding/openapi: remove most public API surfacing OrderedMap
OrderedMap has been deprecated since March 2020, and the presence of
OrderedMap in the API is no longer useful and causes us to carry
a significant amount of code forward.
The legacy code around OrderedMap existed to help transition the Istio
project more than four years ago; its use has long expired.
Schemas, Pairs, and SetAll were not deprecated, but we did not use them
and they either returned or took in deprecated OrderedMap values.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I9a631ba9734e384dafc655d3723746afd0a3a765
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1201934
Unity-Result: CUE porcuepine <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Roger Peppe <[email protected]>
0 commit comments