`Struct.find` should support a callback as the first arguments, as per CF

Description

This should work:

https://trycf.com/gist/a4767cc307b7550914227128fa94040b/acf2021?theme=monokai

<cfscript> st = { "foo" = "bar", "fu" = "bar" } writeDump(st.find((k, v) => k=="foo" && v=="bar")) // bar </cfscript>

It doesn’t:

Can't cast Object type [user defined function (lambda_qiol)] to a value of type [string] on line 7

This was added to CF back in CF2018.

Activity

Show:

Pothys - MitrahSoft 25 May 2023 at 14:31

Added a testcase to this ticket
Pull Request: https://github.com/lucee/Lucee/pull/2079

Pothys - MitrahSoft 24 May 2023 at 07:50
Edited

checked this issue with lucee version 6.0.0.399-SNAPSHOT. When used the struct.Find() it was not supported the Lambda Expressions and it throws error like “Can't cast Object type [user defined function (lambda_1)] to a value of type [string]” and ACF supported the Lambda Expressions.

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

Priority

Created 23 May 2023 at 19:20
Updated 25 May 2023 at 14:31

Flag notifications