Custom Query (3917 matches)
Results (346 - 348 of 3917)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2659 | Rejected | Au3Check - continuation line proposal | ||
| Description |
repro script: WinWaitNotActive('TEST', _
_
'')
How you can see I use two times continuation. proposal: if the line after the "continuation character" includes (white space characters or the line continuation character) I think it is now checked in this way if the line after the "continuation character" contains only (whitespace characters) My observations confirm this script: WinWaitNotActive('TEST', _
'')
|
|||
| #3777 | No Bug | Au3Check Custom Includes | ||
| Description |
Au3Check cares about what symbol is used in custom includes to #include files. ; Main.au3 #include <Test.au3> #include <Test2.au3> ; Test.au3 #include "Test2.au3" ; Test2.au3 Global $__g_bGarbage |
|||
| #881 | Fixed | Au3Check Yacc stack overflow | ||
| Description |
My code is wrong but I think it is Au3Check erroring. Previous case: http://www.autoitscript.com/forum/index.php?showtopic=28303 I do go over the character limit in AutoIt, but it is at another point than the yacc stack overflow. Beside that, "yacc stack overflow" does not give a programmer insights how to fix his code so I thought it would be a bug or could be changed. |
|||
