https://bugs.documentfoundation.org/show_bug.cgi?id=158788
--- Comment #3 from Jonathan Watt <[email protected]> --- Thank you for the suggestion. Unfortunately it suffers from two issues: First, repeating the expression that creates the array violates the DRY principal, which makes it error prone, verbose and more difficult to write, read or edit. In particular, consider the consequence of repeating the expression that generates the array if it is complicated and contains multiple nested function calls. Secand, it only solves my overly simplistic example because the example clamps to zero. Even a slightly more general case of clamping, say, clamping below 25, doesn't work with this approach. -- You are receiving this mail because: You are the assignee for the bug.
