Modify ↓
Opened on Apr 19, 2013 at 10:56:32 PM
Closed on Apr 21, 2013 at 9:26:46 AM
Last modified on Apr 22, 2013 at 12:42:37 AM
#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 , on Apr 21, 2013 at 9:26:46 AM
| Resolution: | → Wont Fix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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