emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45965: closed ([PATCH 0/2] Update fzf, include binaries and install


From: GNU bug Tracking System
Subject: bug#45965: closed ([PATCH 0/2] Update fzf, include binaries and install completions)
Date: Fri, 19 Mar 2021 21:17:02 +0000

Your message dated Fri, 19 Mar 2021 22:15:56 +0100
with message-id <87o8fec0ab.fsf_-_@gnu.org>
and subject line Re: bug#45965: [PATCH 0/2] Update fzf, include binaries and 
install completions
has caused the debbugs.gnu.org bug report #45965,
regarding [PATCH 0/2] Update fzf, include binaries and install completions
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45965: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45965
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Update fzf, include binaries and install completions Date: Mon, 18 Jan 2021 15:59:25 -0300
I've tested both the package update and the extra phases added.
The Bash completions are being installed properly, but I haven't tested
the zsh ones.

I remember seeing somewhere a discussion on aliasing this type of package,
so that the "go-github-com-junegunn-fzf" is the default imported Go module,
to be used as input for other packages, and adding a top-level "fzf" package,
which does the ad-hoc packaging code I've added, so that a user can install
the "fzf" package with Bash integration and similar features.

I couldn't find anything on the manual also, I welcome comments on this :)

EuAndreh (2):
  gnu: go-github-com-junegunn-fzf: Copy binaries and install shell
    completions.
  gnu: go-github-com-junegunn-fzf: Update to 0.25.0.

 gnu/packages/terminals.scm | 35 +++++++++++++++++++++++++++++++----
 1 file changed, 31 insertions(+), 4 deletions(-)

-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#45965: [PATCH 0/2] Update fzf, include binaries and install completions Date: Fri, 19 Mar 2021 22:15:56 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi,

EuAndreh <eu@euandre.org> skribis:

> * gnu/packages/terminals.scm (fzf): New variable, which inherits
>   from the existing go-github-com-junegunn-fzf package, but also
>   install other binary, and completion for direct usage.

I think it had fallen through the cracks; applied!

> +    (arguments
> +     `(,@(ensure-keyword-arguments
        ^^^
I simplified this to:

  (arguments (ensure-keyword-arguments …))

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]