[Rpm-maint] [rpm-software-management/rpm] Export rpmGlob() to Lua (PR #2526)

Panu Matilainen notifications at github.com
Mon May 29 11:56:06 UTC 2023


It's possible to add arguments to lua functions without breaking the API (kinda like in Python) but of course it'd be nice to have it from the go. Various alternatives include separate boolean arguments for each flag, or string consisting of letters (to denote options), or a table with string names like 'nocheck'. The table seems like a huge overkill when you only have one flag though.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2526#issuecomment-1567039993
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2526/c1567039993 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20230529/21d026e3/attachment.html>


More information about the Rpm-maint mailing list