Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jqlang/jq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tomekklas/jq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 3, 2017

  1. Revisions to any/2, all/2, IN/1, IN/2 as per #1438; ./jqtest 306 of 3…

    …06 tests passed (0 malformed); no new valgrind issues
    pkoppstein committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    8ff032a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Fix limit so that if $n >= 0, then only at most $n items are consumed…

    …. Also improve efficiency by eliminating array construction.
    
    To verify consumption is limited, use debug, e.g. limit(0; range(0;10) | debug)
    pkoppstein committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    607bff6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. GROUPS_BY(s;f) with test and documentation.

    ./jqtest => 307 of 307 tests passed (0 malformed)
    pkoppstein committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    996ba26 View commit details
    Browse the repository at this point in the history
Loading