Custom Query (3931 matches)
Results (178 - 180 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1239 | Fixed | AU3Check, #include "..", library scan order. | ||
| Description |
AU3Check library scan order for "includeMe.au3" files seems to be: Script directory, Standard library, User-defined. instead of Script directory, User-defined, Standard library. AU3Check (1.54.17.0) (AutoIt3: 3.3.1.3) trying to access a user-lib function suddenly fails when a empty file with the same name is placed in the standard-lib folder. |
|||
| #1232 | Fixed | AU3Check, false error, For $i[array] = .. | ||
| Description |
#cs
AU3Check, false error, For $i[array] = ..
C:\..\test.au3(12,7)) : ERROR: syntax error
For $i[
~~~~~~^
AU3Check (1.54.14.0) (AutoIt3: 3.3.0.0)
AU3Check (1.54.17.0) (AutoIt3: 3.3.1.2)
#ce
Dim $i[2]
For $i[0] = 1 to 2
For $i[1] = 1 to 2
ConsoleWrite('$i[0]='&$i[0]&', $i[1]='&$i[1]&@CRLF)
Next
Next
;~ >"C:\..\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /beta /ErrorStdOut /in "C:\CODE\_WORK_\Dev_AutoIt\_TEST_\arrayToString\bedug.au3" /autoit3dir "C:\CODE\AutoIt3\beta" /UserParams
;~ +>13:47:30 Starting AutoIt3Wrapper v.2.0.0.1 Environment(Language:0409 Keyboard:00000409 OS:WIN_XP/Service Pack 3 CPU:X86 OS:X86)
;~ >Running AU3Check (1.54.17.0) from:C:\CODE\AutoIt3\beta
;~ C:\CODE\_WORK_\Dev_AutoIt\_TEST_\arrayToString\bedug.au3(12,7) : ERROR: syntax error
;~ For $i[
;~ ~~~~~~^
;~ C:\..\bedug.au3 - 1 error(s), 0 warning(s)
;~ !>13:47:30 AU3Check ended.rc:2
;~ >Running:(3.3.1.3):C:\..\AutoIt3\beta\autoit3.exe "C:\..\bedug.au3"
;~ $i[0]=1, $i[1]=1
;~ $i[0]=1, $i[1]=2
;~ $i[0]=2, $i[1]=1
;~ $i[0]=2, $i[1]=2
;~ +>13:47:32 AutoIT3.exe ended.rc:0
;~ +>13:47:34 AutoIt3Wrapper Finished
;~ >Exit code: 0 Time: 3.880
|
|||
| #1299 | Fixed | AU3Check: #include with Single-Quote character, File not found. | ||
| Description |
AU3Check (1.54.14.0) versus (1.54.19.0) AU3Check (1.54.19.0) can't find #include files with single-quote characters. like: #include 'debug.au3' |
|||
Note:
See TracQuery
for help on using queries.
