Fixed
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Pothys - MitrahSoft
Pothys - MitrahSoftNew 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
Priority
Created 1 December 2021 at 09:37
Updated 9 February 2024 at 09:20
Resolved 9 February 2024 at 09:20
String functions(stringEach(), stringEvery(), stringFilter(), stringMap(), stringSome()) closures have incompatibility with ACF. ACF passes every element as java.lang.Character in closure, which is java.lang.String in lucee. So, that makes an incompatibility with ACF, arithmetic operations and comparison operation which returns different results in lucee than ACF.
https://trycf.com/gist/3bc05e34397e9c807ff526dac02121b2/acf2021?theme=monokai