26 Feb
2026
26 Feb
'26
8 a.m.
V2 pushed: changes / V1 * added tests for int\<\>float conversion in `PropVariantCompareEx` * fixed tha failing tests in `PropVariant`CompareEx * added tests for int\<\>float conversion in `VariantCompare` * updated `VariantCompare` implementation to pass the tests @piotr didn't use your test proposal as toying with float equalities (after conversion from integer) is subject to rouding effetcs (could work with 2 but not with 3); used instead int/2 vs float/2.1 so that we can infer what's coerced; and since op is non commutative, added the two way tests -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10196#note_130611