Modify ↓
#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 Changed 12 years ago by Jpm
- Resolution set to Wont Fix
- Status changed from new to closed
comment:2 Changed 12 years ago by jchd18
Pretty lame.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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