Aug. 6, 2026
1:18 p.m.
On Thu Aug 6 18:18:39 2026 +0000, eric pouech wrote:
this looks as a nice task for coccinelle using ``` @@ expression e1, e2, e3, e4; expression list trailer; @@ -ok(e1 == e2 ? e3 : e4, trailer); +ok(e1 == (e2 ? e3 : e4), trailer); ``` I get the following patches (some overlap with this MR, but some are new and should be handled as well) [patch](/uploads/898d9990120494203275ac0fac3e8919/patch) @bshanks do you rather want to integrate this in you MR, or shall I open another MR (deduped from this one)? Cool thank you, there wasn't too many so I just added them into this MR
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11566#note_148204