Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Adam CameronAdam CameronPriority
NewLabels
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
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Adam Cameron
Adam CameronPriority
Labels
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
Affects versions
Created 11 October 2021 at 16:17
Updated 8 November 2021 at 15:14
Resolved 8 November 2021 at 15:14
From Slack.
<cfscript> a = [] //a.set() arraySet(a) </cfscript>
the error message here is:
Too few attributes in function [arraySet] on line 4
This is correct.
With the method version (
a.set()
) the error is this:too many arguments for function call on line 3
I presume it's just a "typo": should be "few" not "many". But best to check.
I also did not check any more extensively than
Array.set
. It would surprise me if it's not a more ubiquitous issue, as it shouldn't be the method itself generating that error message? Anyway, am sure you know better than I do.Cheers.