On Wed Jul 9 09:00:23 2025 +0000, Rémi Bernon wrote:
I think it's better to check and emit proper errors before making assumptions yes. I also don't want to block progress if you have more patches pending, but this is particularly noticeable. I think changing the if into an assert would make it better, and explicit that the last 3 arguments are mandatory.
Well, I meant adding parser checks. I'll add an assert here which can be removed when parser checks are improved to cover this.