Opened 6 years ago
Last modified 6 years ago
#3666 closed Bug
Au3Check issue when error is in include at last line and there is no crlf at the end — at Version 1
Reported by: | mLipok | Owned by: | |
---|---|---|---|
Milestone: | Component: | Au3Check | |
Version: | 3.3.14.5 | Severity: | None |
Keywords: | Cc: |
Description (last modified by mLipok)
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 .
Change History (3)
comment:1 Changed 6 years ago by mLipok
- Description modified (diff)
Changed 6 years ago by mLipok
Changed 6 years ago by mLipok
Note: See
TracTickets for help on using
tickets.