diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-11-26 10:25:41 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-11-26 10:25:41 +0100 |
commit | bfd5e098794ecb1f563b53e29f6981fda86381e9 (patch) | |
tree | a0477e9629974b108f3a663f00e526c81ad6e4a7 /core | |
parent | 55f86e9b7b25e44e5fe7acd9e55d1e26c5a67e95 (diff) |
Range: Fix cases where max was set to or below min value
It will now raise an error whenever this happens so that we can fix
these situations. `max == min` is not allowed as it could lead to
divisions by zero in ratios, and `max < min` doesn't make much sense.
Fixes #33907.
Diffstat (limited to 'core')
0 files changed, 0 insertions, 0 deletions