[Rpm-maint] [rpm-software-management/rpm] Add rpmlua wrapper command for running our Lua interpreter standalone (PR #1867)
Panu Matilainen
notifications at github.com
Fri Dec 17 12:15:26 UTC 2021
Being able to run stuff easily in rpm context helps developing and debugging
scriptlets and macros too. Supports running one-liner statements from
the cli, regular scripts and an interactive session.
This is placed into a separate executable for, well, separation and
simplicity, but it'll also give us means to link to readline without
dragging that to main rpm dependencies (but that's left for later).
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/1867
-- Commit Summary --
* Add rpmlua wrapper command for running our Lua interpreter standalone
-- File Changes --
M Makefile.am (5)
M docs/man/Makefile.am (3)
A docs/man/rpmlua.8.md (70)
M docs/manual/lua.md (3)
M tests/Makefile.am (1)
A tests/data/t1.lua (10)
M tests/rpmmacro.at (36)
A tools/rpmlua.c (74)
-- Patch Links --
https://github.com/rpm-software-management/rpm/pull/1867.patch
https://github.com/rpm-software-management/rpm/pull/1867.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1867
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/1867 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211217/c2d89830/attachment-0001.html>
More information about the Rpm-maint
mailing list