We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Field does not exist
Build info:
Jsonnet commandline interpreter (Go implementation) v0.20.0 go version go1.23.3 darwin/arm64 OS: Mac OS Sequoia 15.0.1 (24A348)
Steps to reproduce: Run:
$ jsonnet -e 'std.isInteger(12.1)'
Expected output:
false
Actual:
$ jsonnet -e 'std.isInteger(12.1)' RUNTIME ERROR: Field does not exist: isInteger <cmdline>:1:1-14 $ During evaluation
The output is similar for std.isDecimal, std.isEven and std.isOdd.
std.isDecimal
std.isEven
std.isOdd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Build info:
Steps to reproduce:
Run:
$ jsonnet -e 'std.isInteger(12.1)'
Expected output:
false
Actual:
The output is similar for
std.isDecimal
,std.isEven
andstd.isOdd
.The text was updated successfully, but these errors were encountered: