You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLJ-2247: restore last match semantics of {min,max}-key
The CLJ-99 patch (d10a9d3) makes two
changes to the behaviour of {min,max}-key:
1. it ensures that the key function is only called once on each
argument;
2. it causes both functions to return the first match, whereas
previously they returned the last one.
This preserves 1. and reverts 2.
Signed-off-by: Stuart Halloway <stu@cognitect.com>
0 commit comments