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

Add jaq support #20

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Add jaq support #20

wants to merge 14 commits into from

Commits on Nov 15, 2024

  1. Add jaq support

    Useful snippets and references:
    
    jaq -L . -n 'include "jqjq"; _builtins_src | lex'
    jaq -n -L . -rRs 'include "jqjq"; . | jqjq(["", "--run-tests"]; {})' < jqjq.test
    jaq -n -L . 'include "jqjq"; eval("1+2")'
    Disable TCO 01mf02/jaq#223 (comment)
    wader committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    806170c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    855adda View commit details
    Browse the repository at this point in the history
  3. _alt foreach workaround

    wader committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    dfc9610 View commit details
    Browse the repository at this point in the history
  4. More null index

    wader committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3a35612 View commit details
    Browse the repository at this point in the history
  5. .123 is not valid json

    wader committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f4fcd95 View commit details
    Browse the repository at this point in the history
  6. More null index

    wader committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2fcd292 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    888ac5a View commit details
    Browse the repository at this point in the history
  8. Add own setpath/getpath

    wader committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7a9dc45 View commit details
    Browse the repository at this point in the history
  9. add 01mf02's delpaths

    wader committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1fad39e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    9d1d4a3 View commit details
    Browse the repository at this point in the history
  2. jaq -j now imply -r

    wader committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    636ae7e View commit details
    Browse the repository at this point in the history
  3. Add jaq to ci

    wader committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    29b0f19 View commit details
    Browse the repository at this point in the history
  4. Make it possible to set host jq via JQ env

    Also run invoke_client_jqjq with host jq
    wader committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2cc0093 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Simplify CI runs a bit

    wader committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    64902ab View commit details
    Browse the repository at this point in the history