[Rpm-maint] [rpm-software-management/rpm] Implement simple macro objects (PR #1826)

Michael Schroeder notifications at github.com
Fri Nov 12 14:01:30 UTC 2021


Random thought: we may want to postpone this until we got modifiers for %define/%global:
```
%define -o colors(array)
```
But how do we put modifiers into the macro file?
```
%colors:o(array)
%colors(array):o
```
Or some more syntactic sugar:
```
%define colors:array
%colors:array
```
But that does not help with the other modifiers like 'literal', 'expanded', ...

-- 
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/1826#issuecomment-967139476
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211112/5d937820/attachment.html>


More information about the Rpm-maint mailing list