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

zsh-completions: avoid collision with trashy #212522

Closed

Conversation

Vonfry
Copy link
Member

@Vonfry Vonfry commented Jan 25, 2023

Description of changes
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.05 Release Notes (or backporting 22.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

@Vonfry Vonfry force-pushed the fixup/collision/zsh-completions/trashy branch from 34192c5 to 90ea339 Compare January 25, 2023 02:58
@Vonfry
Copy link
Member Author

Vonfry commented Jan 25, 2023

This pr may break completions for trash-cli.

@hurricanehrndz
Copy link
Contributor

Don't think so since trash-cli includes its own completion as well, if anything this pr will fix another collision

@davidsierradz
Copy link
Contributor

zsh-completions removed _trash completions, but there is not release yet. So we can accept this to resolve the issue right now, or wait until there is a new zsh-completions release: Remove _trash* because trashcli support completion by Freed-Wu · Pull Request #895 · zsh-users/zsh-completions

BTW, to fix collisions for all commands:

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
modified: pkgs/shells/zsh/zsh-completions/default.nix
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@ pkgs/shells/zsh/zsh-completions/default.nix:20 @ stdenv.mkDerivation rec {

     # tmuxp install it so avoid collision
     rm $out/share/zsh/site-functions/_tmuxp
+
+    # trash-cli install it so avoid collision
+    # TODO: remove this after zsh-completions is updated (> 0.34.0)
+    rm $out/share/zsh/site-functions/_trash{,-empty,-list,-restore,-put}
   '';

   meta = {

@Artturin
Copy link
Member

zsh-completions removed _trash completions, but there is not release yet. So we can accept this to resolve the issue right now, or wait until there is a new zsh-completions release: Remove _trash* because trashcli support completion by Freed-Wu · Pull Request #895 · zsh-users/zsh-completions

BTW, to fix collisions for all commands:

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
modified: pkgs/shells/zsh/zsh-completions/default.nix
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@ pkgs/shells/zsh/zsh-completions/default.nix:20 @ stdenv.mkDerivation rec {

     # tmuxp install it so avoid collision
     rm $out/share/zsh/site-functions/_tmuxp
+
+    # trash-cli install it so avoid collision
+    # TODO: remove this after zsh-completions is updated (> 0.34.0)
+    rm $out/share/zsh/site-functions/_trash{,-empty,-list,-restore,-put}
   '';

   meta = {

@Vonfry please apply the diff

@Vonfry Vonfry closed this Aug 28, 2023
@Vonfry
Copy link
Member Author

Vonfry commented Aug 28, 2023 via email

@Vonfry
Copy link
Member Author

Vonfry commented Aug 31, 2023

A new release is published. Let us make a pr to update.

@Vonfry Vonfry mentioned this pull request Aug 31, 2023
12 tasks
@Vonfry Vonfry deleted the fixup/collision/zsh-completions/trashy branch August 31, 2023 10:47
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.

4 participants