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

fzf: 0.17.5 -> 0.18.0 #64590

Merged
merged 1 commit into from Jul 11, 2019
Merged

fzf: 0.17.5 -> 0.18.0 #64590

merged 1 commit into from Jul 11, 2019

Conversation

xrelkd
Copy link
Contributor

@xrelkd xrelkd commented Jul 10, 2019

Motivation for this change

Update fzf to the latest release.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • 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 nix-review --run "nix-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)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nix-review pr 64590 passes on NixOS
diff LGTM
binaries work

however, the vim plugin is now part of the base fzf package, this looks to be desired from the diff and the previous version was just skipping it.

Tree diffs
[nix-shell:~/.cache/nix-review/pr-64590-1]$ tree results/fzf/
results/fzf/
├── bin
│   ├── fzf
│   ├── fzf-share
│   └── fzf-tmux
└── share
    ├── fish
    │   ├── vendor_conf.d
    │   │   └── load-fzf-key-bindings.fish
    │   └── vendor_functions.d
    │       └── fzf_key_bindings.fish
    ├── fzf
    │   ├── completion.bash
    │   ├── completion.zsh
    │   ├── key-bindings.bash
    │   ├── key-bindings.fish
    │   └── key-bindings.zsh
    └── vim-plugins
        └── fzf-0.18.0
            └── plugin
                └── fzf.vim
[13:23:20] jon@jon-workstation ~/projects/nixpkgs (master)
$ tree /nix/store/pwrpkfhv2xkrp3f9viffz3j44ajr71i3-fzf-0.17.5-bin
/nix/store/pwrpkfhv2xkrp3f9viffz3j44ajr71i3-fzf-0.17.5-bin
├── bin
│   ├── fzf
│   ├── fzf-share
│   └── fzf-tmux
└── share
    ├── fish
    │   ├── vendor_conf.d
    │   │   └── load-fzf-key-bindings.fish
    │   └── vendor_functions.d
    │       └── fzf_key_bindings.fish
    └── fzf
        ├── completion.bash
        ├── completion.zsh
        ├── key-bindings.bash
        ├── key-bindings.fish
        └── key-bindings.zsh

6 directories, 10 files
https://github.com/NixOS/nixpkgs/pull/64590
3 package were build:
fzf vimPlugins.fzfWrapper xmloscopy

@etu
Copy link
Contributor

etu commented Jul 11, 2019

@GrahamcOfBorg build fzf

Just testing the darwin build

@etu etu merged commit 9c04b1c into NixOS:master Jul 11, 2019
@etu
Copy link
Contributor

etu commented Jul 11, 2019

Thanks @xrelkd and @jonringer 👍

@xrelkd xrelkd deleted the update/fzf branch July 11, 2019 06:22
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

3 participants