tanka icon indicating copy to clipboard operation
tanka copied to clipboard

std.objectKeysValues fails tk lint

Open davidovich opened this issue 1 year ago • 1 comments

I believe it is because https://github.com/google/go-jsonnet/commit/fed90cd9cd733a87f9fb27cfb32a3e08a7695603 is not in any official release. Can Tanka use an unreleased version ? Technically std.objectKeysValues it is present in 0.20.0, but not in the linter definitions.

ref: https://github.com/google/go-jsonnet/issues/713

davidovich avatar Dec 04 '23 21:12 davidovich

Unfortunately there are 18 other commits in main before that fix. We will probably do a release of Tanka before this is available in a go-jsonnet release but perhaps there is a way to ping the maintainers there and ask if they could do a release in the near future 🙂

zerok avatar May 28 '24 08:05 zerok