Closed ashi009 closed 11 months ago
std.all(["test"])
function expected 2 positional argument(s), but got 3
It turned out that std.formats are called with incorrect arguments.
std.format
https://github.com/google/jsonnet/blob/4d7a21c9966b64ec35ba7e1bd3dbf6148ecf00e0/stdlib/std.jsonnet#L1648-L1677
It turned out that
std.format
s are called with incorrect arguments.https://github.com/google/jsonnet/blob/4d7a21c9966b64ec35ba7e1bd3dbf6148ecf00e0/stdlib/std.jsonnet#L1648-L1677