Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Tim ParkerTim ParkerLabels
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
Affects versions
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Tim Parker
Tim ParkerLabels
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
Affects versions
Priority
Created 27 February 2025 at 19:03
Updated last month
Resolved 13 March 2025 at 15:00
(also… the ‘affects versions’ dropdown in the ‘create’ dialog needs to be updated)
The following code works in ACF and Lucee 5.4.6.9 and earlier:
foo = ArrayNew(1);
ArrayAppend(foo,"first");
bar = foo.clone();
Lucee 6 throws an error:
The function [clone] does not exist in the Array. Available functions are….
This is minor, since the obvious work-around is to use Duplicate instead, but this is a breaking change for some users.