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

Update on surprising jq behaviours #215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wader
Copy link
Contributor

@wader wader commented Sep 24, 2024

`[[]] | implode` crash was fixed in 1.7 by jqlang/jq#2646
`[limit(0; 1, 2, 3)]` yielding 1,2 instead of nothing fixed in 1.7 by jqlang/jq#2316
`limit/2` will throw error on negative limit once jqlang/jq#3181 is merged
@wader
Copy link
Contributor Author

wader commented Sep 24, 2024

The NaN compare stuff is a bit weird, maybe would be ok to do a breaking change for that? or could there be some indirect use of NaN compare that would break?

About the performance issues: i think most of them got resolved by jqlang/jq#1834

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

Successfully merging this pull request may close these issues.

1 participant