Unknown6656 / AutoIt-Interpreter

A C# AutoIt interpreter designed to be platform-independent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] AutoIt interpreter not reporting syntax errors in script or line exec mode

Unknown6656 opened this issue · comments

Bug Description

since a certain commit (currently unknown which), the interpreter does not report any syntax or execution errors when used in combination with -ml or -mn

Steps to reproduce the Bug

  1. autoit3 -ml $
  2. see the following:
___________________________________________________________________________
Exit code: 0     Time: 00:00:00.8943369 (Total), 00:00:00.0255866 (Script)

alternatively do:

echo invalid expression > test.au3
./autoit3 test.au3

Expected Behavior

a reporting of syntax errors and/or invalid expressions

Operating System Type

Windows, MacOS, Linux, Other POSIX compliant OS, Other non-POSIX compliant OS

Operating System Architecture

x86, x64, arm, arm64, Other

Operating System Descriptor

Microsoft Windows [Version 10.0.22631.3296]

AutoIt Interpreter Version

+-----------------+
| . .o+.+.*Eooo   |   AUTOIT3 INTERPRETER
|  o +o= = =.  .  |     Written by Unknown6656, 2018 - 2024
|   .o=.= o o     |
|   o =B=+.o      |   https://github.com/Unknown6656/AutoIt-Interpreter/
|  o ++B=S+       |
|   =o.=..        |   Version 0.12.2390.8650, fc8e83b32164422fe0cbcc8b641fbb42ebe0d778
|  .. +           |   276291E3C0ACD3A54464D36E4823DDB3AB52E54B4E45137A6E542557023E815C
|    o            |
|                 |   Use this image to compare whether two AutoIt versions are equal.
+-----------------+

Additional Information

No response

fixed with 92df336