Opened on Sep 24, 2018 at 12:19:03 PM
Last modified on Oct 18, 2018 at 9:08:52 PM
#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 )
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 by , on Sep 24, 2018 at 12:22:48 PM
| Description: | modified (diff) |
|---|
by , on Sep 24, 2018 at 12:23:17 PM
| Attachment: | Track_Au3Check_Main.au3 added |
|---|
by , on Sep 24, 2018 at 12:23:36 PM
| Attachment: | Track_Au3Check_UDF.au3 added |
|---|
Note:
See TracTickets
for help on using tickets.
