On Wed, Aug 13, 2025 at 04:11:44PM +0200, Pablo Neira Ayuso wrote: > Replace compound_expr_alloc() by {set,list,concat}_expr_alloc() to > validate expression type. This is just for consistency wrt. the previous patches in this series, right? There is no chance the expr_{set,concat,list} macros' assert calls will ever trigger in these _alloc() functions. Cheers, Phil