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

support pick(last); add to jq.test #2717

Closed
wants to merge 8 commits into from

Commits on Jul 14, 2023

  1. redefine last/0; add to jq.test

    Modify last/0 to allow e.g. pick(last)
    
    Include some tests for input, inputs, debug, debug(), pick()
    
    Also some tidying of spacing in builtin.jq
    pkoppstein committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8e7bd77 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    b86fab3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. execute.c: $array[-1]; revert change to def last:

    Incorporate execute.c update by @nicowilliams to resolve pick(last) issue
    pkoppstein committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    35874f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89d6dd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    53ff571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93b0ad5 View commit details
    Browse the repository at this point in the history
  3. Add trivial tests of input/inputs

    pkoppstein authored and nicowilliams committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8f5d3ae View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    fc4c179 View commit details
    Browse the repository at this point in the history