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

jq: Fix functions with empty body #668

Merged
merged 2 commits into from
Aug 26, 2024
Merged

Conversation

dubek
Copy link
Collaborator

@dubek dubek commented Aug 26, 2024

jq's find_free_references failed on empty lists; add handling for that case.

Add relevant test in step4.

Also remove stray _debug call in nth implementation

jq's find_free_references failed on empty lists; add handling for that
case.

Add relevant test in step4.
@dubek dubek mentioned this pull request Aug 26, 2024
19 tasks
@kanaka kanaka merged commit 1354b3f into kanaka:master Aug 26, 2024
110 of 112 checks passed
@kanaka
Copy link
Owner

kanaka commented Aug 26, 2024

The elisp and powershell failures are know failures until #669 is merged (nearly completed). So I went ahead and merged this.

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.

2 participants