sjsonnet icon indicating copy to clipboard operation
sjsonnet copied to clipboard

std.sort ignores keyF

Open CertainLach opened this issue 1 year ago • 0 comments

std.sort doesn't seem to respect keyF argument:

std.sort([1,2,3], keyF=function(v) error "not reached?")

Returns [1, 2, 3], keyF function is not called.

CertainLach avatar Apr 27 '24 00:04 CertainLach