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

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

bug#65589: closed ([PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix


From: GNU bug Tracking System
Subject: bug#65589: closed ([PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix tests.)
Date: Mon, 04 Sep 2023 05:07:01 +0000

Your message dated Mon, 04 Sep 2023 09:06:03 +0400
with message-id <87msy2mssk.fsf@trop.in>
and subject line Re: [bug#65589] [PATCH emacs-team] gnu: 
emacs-rainbow-delimiters: Fix tests.
has caused the debbugs.gnu.org bug report #65589,
regarding [PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix tests.
to be marked as done.

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


-- 
65589: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65589
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix tests. Date: Tue, 29 Aug 2023 11:23:30 +0800
* 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
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#65589] [PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix tests. Date: Mon, 04 Sep 2023 09:06:03 +0400
On 2023-09-03 15:35, Hilton Chain wrote:

> On Sun, 03 Sep 2023 12:20:12 +0800,
> Andrew Tropin wrote:
>>
>> I see the the pull request in the comment merged, is this patch still
>> relevant?
>
> Still relevant.  I opened the pull request right before sending this
> patch, it's now merged but not in a release.

I see.  Thank you for your work!  Applied, checked the build, merged.

-- 
Best regards,
Andrew Tropin

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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