-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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: update interpreter, merge eval-ast, fix some env errors #685
Merged
Commits on Sep 29, 2024
-
jq: merge eval_ast/macroexpand into EVAL. Add DEBUG-EVAL
Original issue describing the change and converting the first set of implementations: kanaka#592 Tracking issue for other implementations: kanaka#657 All normal tests pass, but REGRESS and self-hosting fail. Steps: display the results from jq without python simplify/improve quasiquote simplify replenv construction Cosmetic: Update the interpreter from latest Debian/Ubuntu. move first core functions from steps4-A to core.jq simplify interprocess communication between run and utils.jq merge run and rts.py, simplify it
Configuration menu - View commit details
-
Copy full SHA for 0262704 - Browse repository at this point
Copy the full SHA 0262704View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f7c88 - Browse repository at this point
Copy the full SHA a9f7c88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd6884 - Browse repository at this point
Copy the full SHA 9dd6884View commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 711d393 - Browse repository at this point
Copy the full SHA 711d393View commit details -
jq: fix TCO for symbols, breaking let* in steps 5 to A
Fix by alimpfard.
Configuration menu - View commit details
-
Copy full SHA for 06a2a69 - Browse repository at this point
Copy the full SHA 06a2a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d43f64 - Browse repository at this point
Copy the full SHA 5d43f64View commit details -
jq: use env_req for env searches that should not fail
instead of abusing env_find
Configuration menu - View commit details
-
Copy full SHA for cd48aab - Browse repository at this point
Copy the full SHA cd48aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75cee4a - Browse repository at this point
Copy the full SHA 75cee4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fff6e7a - Browse repository at this point
Copy the full SHA fff6e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 450a074 - Browse repository at this point
Copy the full SHA 450a074View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c457e - Browse repository at this point
Copy the full SHA 36c457eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b5bb92 - Browse repository at this point
Copy the full SHA 6b5bb92View commit details -
The procedure is short and its name not explicit.
Configuration menu - View commit details
-
Copy full SHA for b6387d3 - Browse repository at this point
Copy the full SHA b6387d3View commit details -
jq: remove obsolete fallback clause
probably once useful for empty lists
Configuration menu - View commit details
-
Copy full SHA for 7bbd3de - Browse repository at this point
Copy the full SHA 7bbd3deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c24434 - Browse repository at this point
Copy the full SHA 6c24434View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc1502c - Browse repository at this point
Copy the full SHA fc1502cView commit details -
Configuration menu - View commit details
-
Copy full SHA for db187e0 - Browse repository at this point
Copy the full SHA db187e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0545f1 - Browse repository at this point
Copy the full SHA d0545f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for de1a79a - Browse repository at this point
Copy the full SHA de1a79aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f325441 - Browse repository at this point
Copy the full SHA f325441View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.