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

Lua: Add support for more advanced syntax #2908

Merged
merged 8 commits into from
May 30, 2024

Commits on May 27, 2024

  1. Add lua/rocksepc support for variables substitution

    Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
    LaurentGoderre committed May 27, 2024
    Configuration menu
    Copy the full SHA
    07222be View commit details
    Browse the repository at this point in the history
  2. Lua: Skip expressions in rockspec packages

    Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
    LaurentGoderre committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0ed3a2f View commit details
    Browse the repository at this point in the history
  3. Lua: Add support for concatenation of string and variables

    Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
    LaurentGoderre committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5aeb82d View commit details
    Browse the repository at this point in the history
  4. Lua: skip expressions in local

    Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
    LaurentGoderre committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6f28ef4 View commit details
    Browse the repository at this point in the history
  5. Lua: Fix block starting with comment

    Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
    LaurentGoderre committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3886f11 View commit details
    Browse the repository at this point in the history
  6. Lua: Skip build sections in Rockspec files

    Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
    LaurentGoderre committed May 27, 2024
    Configuration menu
    Copy the full SHA
    46ec32f View commit details
    Browse the repository at this point in the history
  7. Lua: skip function blocks in Rockspec

    Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
    LaurentGoderre committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7ba185c View commit details
    Browse the repository at this point in the history
  8. Lua: Add support for multi variable per line

    Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
    LaurentGoderre committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5806639 View commit details
    Browse the repository at this point in the history