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

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

Closed
saig0 opened this issue Jul 14, 2020 · 1 comment · Fixed by #653
Closed

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

saig0 opened this issue Jul 14, 2020 · 1 comment · Fixed by #653
Assignees

Comments

@saig0
Copy link
Member

saig0 commented Jul 14, 2020

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
@ubaldop
Copy link
Contributor

ubaldop commented Oct 5, 2021

May I take this as well?

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