Negative index array - Array index [-6] out of range, array size is [6]

Description

A negative index array throws an error. If we use animals[ -6 ] means lucee throws an error. ACF returns the first index value.

example:

<cfscript> animals = ['aa', 'bb', 'cc', 'dd', 'ee', 'ff']; writeOutput(animals[-6]); // retuns aa </cfscript>

Environment

None

relates to

Activity

Show:

Pothys - MitrahSoft 26 July 2022 at 10:13

I've checked this ticket with the lucee latest build 6.0.0.211-SNAPSHOT and the issue was solved. Now getting elements using a negative index from the array works fine.

Pothys - MitrahSoft 22 July 2022 at 13:38

I’ve added a correction in the PR. Also updated and enabled the testcase in the linked issue https://luceeserver.atlassian.net/browse/LDEV-1836

Zac Spitzer 17 July 2022 at 16:44

tests required

Pothys - MitrahSoft 3 February 2021 at 11:22

I added a fix for this ticket.

Pull Request: https://github.com/lucee/Lucee/pull/1169

Fixed

Details

Assignee

Reporter

Priority

Labels

Fix versions

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

Created 3 February 2021 at 10:27
Updated 18 June 2023 at 16:58
Resolved 26 July 2022 at 10:13

Flag notifications