Incorrect argument count requirements in error message on method call

Description

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.

Environment

None

Activity

Show:

Pothys - MitrahSoft 8 November 2021 at 15:14

I checked this ticket with fixed versions and now array.set() member function shows correct error message for incorrect argument count.

Michael Offner 5 November 2021 at 16:38

please give it another try

Michael Offner 5 November 2021 at 16:38
Edited

https://github.com/lucee/Lucee/commit/0dde22351a3cb5872d53f05fb186c70abcc7a9bb

https://github.com/lucee/Lucee/commit/809f12f865cff40c461f9cb196316bfdd36d419b

FYI problem was not a typo, member functions do use a different more dynamic interface to use build in functions, this interface had set the wrong argument count in the exception. thanks for pointing out!

Pothys - MitrahSoft 12 October 2021 at 08:12

I added a fix to this ticket

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

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

Affects versions

Created 11 October 2021 at 16:17
Updated 8 November 2021 at 15:14
Resolved 8 November 2021 at 15:14

Flag notifications