[Rpm-maint] [rpm-software-management/rpm] Implement a table-like shortcut to rpm macros in Lua (#1398)

Vít Ondruch notifications at github.com
Thu Oct 15 10:59:16 UTC 2020


Typically if I have some `macro`, then the collection of them is plural `macros`. If you want to iterate over the collection, then you want to have something like `for macro in macros do ...`. Of course you can have `for m in macro do ...` or something similar, but that does not help with readability.

Of course it is questionable, if iteration over macros it the thing.

-- 
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/pull/1398#issuecomment-709188665
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20201015/4526cb0c/attachment.html>


More information about the Rpm-maint mailing list