all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65589] [PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix tests.
@ 2023-08-29  3:23 Hilton Chain via Guix-patches via
  2023-09-03  4:20 ` Andrew Tropin
  0 siblings, 1 reply; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-29  3:23 UTC (permalink / raw)
  To: 65589
  Cc: Hilton Chain, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#65589] [PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix tests.
  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
  2023-09-03  7:35   ` Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Tropin @ 2023-09-03  4:20 UTC (permalink / raw)
  To: Hilton Chain, 65589
  Cc: Hilton Chain, Katherine Cox-Buday, Liliana Marie Prikler

[-- 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 --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#65589] [PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix tests.
  2023-09-03  4:20 ` Andrew Tropin
@ 2023-09-03  7:35   ` Hilton Chain via Guix-patches via
  2023-09-04  5:06     ` bug#65589: " Andrew Tropin
  0 siblings, 1 reply; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-09-03  7:35 UTC (permalink / raw)
  To: Andrew Tropin; +Cc: Katherine Cox-Buday, Liliana Marie Prikler, 65589

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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#65589: [PATCH emacs-team] gnu: emacs-rainbow-delimiters: Fix tests.
  2023-09-03  7:35   ` Hilton Chain via Guix-patches via
@ 2023-09-04  5:06     ` Andrew Tropin
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Tropin @ 2023-09-04  5:06 UTC (permalink / raw)
  To: Hilton Chain; +Cc: Katherine Cox-Buday, Liliana Marie Prikler, 65589-done

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

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-04  5:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2023-09-03  7:35   ` Hilton Chain via Guix-patches via
2023-09-04  5:06     ` bug#65589: " Andrew Tropin

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.