[Rpm-maint] [rpm-software-management/rpm] RFE: Add variable arrays to rpm (#1149)

nim-nim notifications at github.com
Wed Apr 1 08:56:14 UTC 2020


It’s not a lua vs non-lua thing. I’m an heavy lua user myself. I expect that this feature would unlock more lua use, not less.

While very cool and useful, lua is ultimately limited by the stage at which lua expressions are evaluated. So, no matter how much lua you add to a spec, you need, at some point, to communicate with the non-lua part of the spec. Practically, that means rpm variables.

So, the native rpm array primitive is not needed because you can not do arrays in lua itself. It is needed to pass arrays from lua to non lua (and vice versa).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1149#issuecomment-607124042
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200401/6e3d0d64/attachment.html>


More information about the Rpm-maint mailing list