Opened 17 years ago
Closed 16 years ago
#1051 closed Bug (Fixed)
Au3Check does not detect invalid statement
| Reported by: | J-Paul Mesnage | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.7.0 | Component: | AutoIt |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | Cc: |
Description (last modified by )
Local$var= 1
is not detected
Attachments (0)
Change History (8)
follow-up: 2 comment:1 by , 17 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 17 years ago
Replying to Valik:
Jos, can you have a look and see if you can figure out anything? I tried a couple things and while I was able to get Au3Check to flag the above code as an error, it flagged valid variable declarations as errors, too.
Will see what I can do.
comment:3 by , 16 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
At least this check is working with the latest AU3Check
comment:4 by , 16 years ago
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
I reopen I misunderstood the script output
comment:5 by , 16 years ago
| Owner: | set to |
|---|---|
| Status: | reopened → assigned |
comment:6 by , 16 years ago
I know i looked at this one for a while and figured that $ is used as a delimiter.
Not so sure I can fix this one but will have a look again to see if it can generate a error.
comment:7 by , 16 years ago
| Summary: | Au3Check does detect invalid statement → Au3Check does not detect invalid statement |
|---|
comment:8 by , 16 years ago
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed by revision [5945] in version: 3.3.7.0

Jos, can you have a look and see if you can figure out anything? I tried a couple things and while I was able to get Au3Check to flag the above code as an error, it flagged valid variable declarations as errors, too.