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

def last: #2850

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

def last: #2850

wants to merge 3 commits into from

Commits on Aug 18, 2023

  1. def last:

    `def last: .[length-1]`
    
    This is sufficient to ensure that `pick(last)` works in the obvious way.
    pkoppstein committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    de64363 View commit details
    Browse the repository at this point in the history
  2. def last:

    def last: .[length-1]
    
    This is sufficient to ensure that pick(last) works in the obvious way, as it did before some recent updates.
    pkoppstein committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e8b8f63 View commit details
    Browse the repository at this point in the history
  3. update jq.1.prebuilt

    rm auto-inserted spurious pipenv line
    pkoppstein committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b6cd6a9 View commit details
    Browse the repository at this point in the history