-
Notifications
You must be signed in to change notification settings - Fork 55
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
Inconsistency between sjsonnet and jsonnet #144
Comments
This is a bug in the Jsonnet files. They pass a function value to a
Sjsonnet erroneously accepts this and silently evaluates a nullary function, just like in #120. |
The specification defers to Python for
The function value is accepted and converted to a string, but it's an empty string, the function is not evaluated. |
The error message by jsonnet is misleading. Functions are disallowed as values in
|
For compatibility with jsonnet. Fixes databricks#144.
For compatibility with jsonnet. Fixes #144.
I happened to use jsonnet to compile Runbot's jsonnet file, which was failing but passed for sjsonnect.
The command I used:
and the error message from jsonnet is:
The text was updated successfully, but these errors were encountered: