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
Error: RUNTIME ERROR: couldn't manifest function as JSON
Field "foo"
During manifestation
Sjsonnet output:
{
"foo": 123
}
It appears that google/jsonnet will only auto-evaluate a function during materialization if it's at the top level, whereas sjsonnet will auto-evaluate it anywhere in the jsonnet document
The text was updated successfully, but these errors were encountered:
Input:
google/jsonnet output:
Sjsonnet output:
It appears that google/jsonnet will only auto-evaluate a function during materialization if it's at the top level, whereas sjsonnet will auto-evaluate it anywhere in the jsonnet document
The text was updated successfully, but these errors were encountered: