summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-11-26 10:25:41 +0100
committerRémi Verschelde <rverschelde@gmail.com>2019-11-26 10:25:41 +0100
commitbfd5e098794ecb1f563b53e29f6981fda86381e9 (patch)
treea0477e9629974b108f3a663f00e526c81ad6e4a7 /core
parent55f86e9b7b25e44e5fe7acd9e55d1e26c5a67e95 (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