all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: Hilton Chain <hako@ultrarare.space>, 65589@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#65589] [PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix tests.
Date: Sun, 03 Sep 2023 08:20:12 +0400	[thread overview]
Message-ID: <87y1hn51mr.fsf@trop.in> (raw)
In-Reply-To: <c57490c0484058b749c32e01041a09b110778274.1693278104.git.hako@ultrarare.space>

[-- Attachment #1: Type: text/plain, Size: 1333 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2023-09-03  4:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-29  3:23 [bug#65589] [PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix tests Hilton Chain via Guix-patches via
2023-09-03  4:20 ` Andrew Tropin [this message]
2023-09-03  7:35   ` Hilton Chain via Guix-patches via
2023-09-04  5:06     ` bug#65589: " Andrew Tropin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y1hn51mr.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=65589@debbugs.gnu.org \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=hako@ultrarare.space \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.