Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#2333 closed Bug (Wont Fix)

AuCheck balks at 5D arrays initializer

Reported by: jchd18 Owned by:
Milestone: Component: Au3Check
Version: 3.3.9.4 Severity: None
Keywords: array initialization Cc:

Description

Au3Check raises an error on array initializer for dimensions > 4.
Simplest reproducer:
Local $arTestBad[2][2][2][2][2] = [[[[[0]]]]]

Attachments (0)

Change History (2)

comment:1 by J-Paul Mesnage, 13 years ago

Resolution: Wont Fix
Status: newclosed

It is true that AU3check do checking for array dimension <= 4
That is a "known" limitation.
I don't thing that with the current implemenation we can go beyond

comment:2 by jchd18, 13 years ago

Pretty lame.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.