-
Notifications
You must be signed in to change notification settings - Fork 76
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
Some float and negative number differences to jq #232
Comments
My general reasoning is: In places where the decimal places of a float are ignored, providing a float should yield an error.
|
For jq i think it's a bit accidental how it behaves in some places :( some more consistency would have been nice. What about cases like this
Think im leaning towards your reasoning, negative will just be empty. It was changed in jqlang/jq#3181, before negative for some reason (bug?) would emit all values, 0 was empty, and it was changed to be in align with |
The case for
|
By the way, talking about |
I don't know if jaq aim to be jq compatible in these cases:
The text was updated successfully, but these errors were encountered: