On 5/17/21 8:14 AM, David Hildenbrand wrote:
This patch introduces two issues:1. Comparing two negative numbers is broken. We have to invert the a_less result. 2. The check "flags & minmax_ismag" is broken because "minmax_ismag = 4 | minmax_isnum" and it, therefore, also triggers for "flags = minmax_isnum"
Thanks. I guess I should assume from this that these tests are not enabled, and I should fix that as well.
r~