Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use jsonnet.EvaluateAnonymousSnippet #22

Open
sh0rez opened this issue Oct 6, 2020 · 0 comments
Open

Use jsonnet.EvaluateAnonymousSnippet #22

sh0rez opened this issue Oct 6, 2020 · 0 comments

Comments

@sh0rez
Copy link
Collaborator

sh0rez commented Oct 6, 2020

Jsonnet recently introduced a new function class for evaluating snippets that are not actually files on disk. google/go-jsonnet#447

We have several places this applies, so we should adopt this:

return vm.EvaluateSnippet("", snippet)

return vm.EvaluateSnippet("", snippet)

return vm.EvaluateSnippet("", snippet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant