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

bash-completion: 2.9 -> 2.10 #84485

Merged
merged 2 commits into from Apr 13, 2020

Conversation

KamilaBorowska
Copy link
Member

Motivation for this change

Getting pytest 5.4 to work step-by-step.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)

  • Built on platform(s)

    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)

  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"

  • Tested execution of all binary files (usually in ./result/bin/)

  • Determined the impact on package closure size (by running nix path-info -S before and after)

    /nix/store/armxwrdc3q6sxiy1by5jaiq47snl54na-bash-completion-2.9      988616
    /nix/store/lprn1plgvxkzzvmmv1yvic8q433ah0dl-bash-completion-2.10    1001576
    
  • Ensured that relevant documentation is up to date

  • Fits CONTRIBUTING.md.

Also, I tested whether this works with unset BASH_COMPLETION_VERSINFO; . result/etc/profile.d/bash_completion.sh in nix-shell. I'm pretty sure I could have done it in a smarter way, but at the very least, it has shown that unzip supports files with aab extension which was introduced in 2.10 (see https://github.com/scop/bash-completion/blob/master/CHANGES).

@KamilaBorowska
Copy link
Member Author

Seems like gcc completions assume x86 CPU.

@KamilaBorowska KamilaBorowska force-pushed the bash-completion-update branch 2 times, most recently from a0457c4 to c187bb2 Compare April 6, 2020 16:18
@KamilaBorowska
Copy link
Member Author

@GrahamcOfBorg build bash-completion

@KamilaBorowska
Copy link
Member Author

KamilaBorowska commented Apr 6, 2020

Chances are this is broken on macOS, and this is an important package, can somebody run this on Darwin?

@jtojnar
Copy link
Contributor

jtojnar commented Apr 13, 2020

@GrahamcOfBorg build bash-completion

@KamilaBorowska
Copy link
Member Author

stdenv for darwin on staging is broken, okay then...

Rebased newest staging, but I'm not sure if it's going to help with anything. Oh well, if Darwin is broken, it likely doesn't block this package update.

@jtojnar
Copy link
Contributor

jtojnar commented Apr 13, 2020

@GrahamcOfBorg build bash-completion

@ofborg ofborg bot added the 6.topic: GNOME GNOME desktop environment and its underlying platform label Apr 13, 2020
@jtojnar
Copy link
Contributor

jtojnar commented Apr 13, 2020

Thanks. Also pushed GNOME Shell fix, which would have been broken by this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants