Modify

Opened 13 years ago

Closed 13 years ago

#1934 closed Bug (Fixed)

Au3check false error

Reported by: Jos Owned by: Valik
Milestone: 3.3.7.16 Component: Au3Check
Version: 3.3.7.2 Severity: None
Keywords: Cc:

Description

Following code triggers an Error in au3check (v1.54.20.0) on the #forceref due to the IF above it. This works fine in the v1.54.19.0

#AutoIt3Wrapper_Au3Check_Parameters=-q -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6
Func test()

local $a = 1
If $a then exit
#forceref $a

EndFunc

ERROR: missing separator character after keyword.

#forceref $a

Attachments (0)

Change History (2)

comment:1 Changed 13 years ago by Jos

Introduced by fix committed rev 5945 to fix #1051.
Fix needs to be reviewed.

comment:2 Changed 13 years ago by Valik

  • Milestone set to 3.3.7.16
  • Owner changed from Jos to Valik
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [6213] in version: 3.3.7.16

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Valik.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.