GNU bug report logs - #65589
[PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix tests.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Tue, 29 Aug 2023 03:26:02 UTC

Severity: normal

Tags: patch

Done: Andrew Tropin <andrew <at> trop.in>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andrew Tropin <andrew <at> trop.in>
To: Hilton Chain <hako <at> ultrarare.space>, 65589 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [bug#65589] [PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix tests.
Date: Sun, 03 Sep 2023 08:20:12 +0400
[Message part 1 (text/plain, inline)]
On 2023-08-29 11:23, Hilton Chain wrote:

> * gnu/packages/emacs-xyz.scm (emacs-rainbow-delimiters): Adjust tests for
> Emacs 29.
> ---
>  gnu/packages/emacs-xyz.scm | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 3514ae5fbe..1318ac57ae 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -14171,6 +14171,12 @@ (define-public emacs-rainbow-delimiters
>                      (url "https://github.com/Fanael/rainbow-delimiters")
>                      (commit version)))
>                (file-name (git-file-name name version))
> +              ;; Fix tests for Emacs 29
> +              ;; https://github.com/Fanael/rainbow-delimiters/pull/78
> +              (modules '((guix build utils)))
> +              (snippet '(substitute* "rainbow-delimiters-test.el"
> +                          (("category c-type " all)
> +                           (string-append all "c-<>-c-types-set "))))
>                (sha256
>                 (base32
>                  "179mzsd8nvlr0ym9zf9fgdngsgxj3kdgbjblynliirsyk05ssrwc"))))
>
> base-commit: 9d074e16c7a9879d67c348c7b2d70b725adfbdfa

I see the the pull request in the comment merged, is this patch still
relevant?

-- 
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 258 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.