Custom Query (3921 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (322 - 324 of 3921)

Ticket Resolution Summary Owner Reporter
#3667 Fixed Continuation line with no code on it passes Au3Check but at runtime "Error parsing function call" Jon c.haslam
Description

Try this script:

{{{
#AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w 7

foo('cat', _
    'white', _
 _ ;    'black', _
    'short')

Func foo($ani,$colour,$fur)
    MsgBox(0,'',$colour&' '&$ani&' has '&$fur&' fur')
EndFunc
}}}

#3666 Wont Fix Au3Check issue when error is in include at last line and there is no crlf at the end mLipok
Description

Try to run: Track_Au3Check_Main.au3

"Z:\AutoItPortable\__COMUNITY\TRACK\Track_Au3Check_Main.au3"(2,34) : warning: $A: possibly used before declaration.
$A
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
"Z:\AutoItPortable\__COMUNITY\TRACK\Track_Au3Check_Main.au3"(2,34) : error: Statement cannot be just an expression.
$A
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
"Z:\AutoItPortable\__COMUNITY\TRACK\Track_Au3Check_Main.au3"(2,34) : error: $A: undeclared global variable.
$A
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
Z:\AutoItPortable\__COMUNITY\TRACK\Track_Au3Check_Main.au3 - 2 error(s), 1 warning(s)

After quick check you can found out that: the problem is not located in Track_Au3Check_Main.au3 ... but it is inside Track_Au3Check_UDF.au3 as a last line.

Au3Check should show proper line and udf file .

#3664 Rejected Spam Jon samstanford@…
Description

Text removed - M23

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.