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: kislyuk/argcomplete
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: kislyuk/argcomplete
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on May 12, 2024

  1. Fix path to pexpect's bashrc (#485)

    Fix path to pexpect's bashrc, to make tests more reliable.  The path
    was changed in 46e6e75
    to `replwrap/bashrc.sh` inside pexpect package; however, FWICS no such
    directory ever existed and the bashrc file was always directly inside
    the package directory.
    
    Without this change, pexpect's bashrc is not loaded and tests fail
    when user's bashrc results in a long prompt.  In my case, they failed
    on a system with a 12-character hostname (and passed on a system
    with a 6-character hostname).
    mgorny authored May 12, 2024
    Configuration menu
    Copy the full SHA
    6c9e540 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 16, 2024

  1. No stdin for python calls from bash completion functions (#488)

    Prevents usage of stdin by (python) executables that are called during completion generation. This prevents the completion locking up the entire shell when the python script is broken i.e. it enters an interactive mode (REPL) instead of generating the completions, as expected.
    bfis authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    52d267d View commit details
    Browse the repository at this point in the history
  2. v3.4.0

    kislyuk committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    7816191 View commit details
    Browse the repository at this point in the history
Loading