I think that adding ternary operator support to the expression parser is useful 
and it will not cause problems in the parsing of the existing expressions. 

There is one thing that can be improved -cases like:
 ```
--eval '%{expr: 1 ?}'
--eval '%{expr: 0 ? 3 : }'
```

  returns an error, but without any message. It can be improved.

-- 
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/838#issuecomment-532151451
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to