Support structToSorted() BIF

Activity

Show:

Pothys - MitrahSoft 24 February 2025 at 08:20
Edited

, I tested this ticket with Lucee version 6.2.1.30-SNAPSHOT. When I tried to sort the structure using the structToSorted() function, it now sorts both the keys and values. It works fine as expected.

Zac Spitzer 21 February 2025 at 13:28

refactored and update function signature to match ACF

https://github.com/lucee/Lucee/commit/b416882d28f33ac1093ac534ce744c15df2727ed

Pothys - MitrahSoft 18 February 2025 at 15:06
Edited

, I have investigated this ticket with Lucee version 6.2.1.25-SNAPSHOT. When I tried to execute the structToSorted() function, it returned the sorted struct .

myNestedStruct = { "apple" = { "price" = 3, "quantity" = 10 }, "banana" = { "price" = 1, "quantity" = 5 }, "cherry" = { "price" = 2, "quantity" = 8 }, "date" = { "price" = 4, "quantity" = 12 } }; myNestedStruct.ToSorted("text", "asc");

When I executed to sort the nested struct without the "pathToSubElement" attribute, it threw an issue in lucee but works in acf.
Please add test cases for the "pathToSubElement" attribute as well.

Zac Spitzer 5 February 2025 at 11:46
Edited

This PR adapts the existing structSort to optionally return a struct instead, any missing structSort functionality is also missing

should this be duplicating the values?

https://github.com/lucee/Lucee/pull/2501

Fixed

Details

Assignee

Reporter

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Sprint

Fix versions

Priority

Created 16 January 2018 at 18:00
Updated 24 February 2025 at 09:57
Resolved 24 February 2025 at 08:21