Modify

Opened 8 years ago

Closed 8 years ago

#3623 closed Bug (Fixed)

Problem with au3Stripper

Reported by: anonymous Owned by:
Milestone: Component: Other
Version: 3.3.14.5 Severity: None
Keywords: Cc:

Description

I use the au3Stripper contained in the latest SciTE4AutoIt3. When I try to strip this script the $variable is not stripped. It must be something with the included 'Date.au3' file, when I do not include this file the script is correctly stripped.

#Au3Stripper_Parameters=/SO /RM

#Au3Stripper_Off
#Include <Date.au3>
#Au3Stripper_On

$variable

Func $function()
EndFunc

Attachments (0)

Change History (6)

comment:1 by J-Paul Mesnage, 8 years ago

It is true with any include referring "WINAPIInternals.au3"

comment:2 by J-Paul Mesnage, 8 years ago

Resolution: Works For Me
Status: newclosed

In Fact as WinAPIInternals.au3 is defining a global initialized with a function call
The stripper will always include this 2

#Au3Stripper_Parameters=/SO /RM

#Include <WinAPIInternals.au3>

So No bug

comment:3 by Jos, 8 years ago

I found an issue in the logic when #Au3Stripper_Off / On are used and #cs-#ce blocks are used within the code which should be resolved in the current Beta version 17.224.935.8.
Please try and let me know what you find.

Jos

comment:4 by Jos, 8 years ago

Resolution: Works For Me
Status: closedreopened

comment:5 by anonymous, 8 years ago

Looks like it's working with beta version. Thanks.

comment:6 by Jos, 8 years ago

Resolution: Fixed
Status: reopenedclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.