feel-scala icon indicating copy to clipboard operation
feel-scala copied to clipboard

get entries() function returns the entries in a different order

Open saig0 opened this issue 3 years ago • 1 comments

Describe the bug The function get entries() may return the entries in a different order than they are defined in the context.

To Reproduce Expression get entries({a: "foo", b: "bar"}) returns [{value=bar, key=b}, {value=foo, key=a}] but should be [{value=foo, key=a}, {value=bar, key=b}]

Expected behavior The function get entries() returns the entries in the same order as they are defined in the context.

Environment

  • FEEL engine version: 1.11.2

saig0 avatar Jul 14 '20 12:07 saig0

May I take this as well?

ubaldop avatar Oct 05 '21 07:10 ubaldop