Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoit: Drop $ from variable names #3697

Merged
merged 2 commits into from
Apr 27, 2023
Merged

Commits on Apr 16, 2023

  1. autoit: Drop $ from variable names

    At least PHP, which also declares variables using $, such as
    
    $x = 5;
    
    outputs pure variable name without the $ prefix and this patch unifies
    this behavior.
    techee committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    4b3a188 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. AutoIt: set the parser-version 1.0

    The change in the last commit for the parser is not small.
    So I increment the current, and set 0 to age.
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    85fa80a View commit details
    Browse the repository at this point in the history