GNU bug report logs - #77250
[PATCH] teams: go: Fix regular expression

Previous Next

Package: guix-patches;

Reported by: Jussi Timperi <jussi.timperi <at> iki.fi>

Date: Tue, 25 Mar 2025 14:32:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jussi Timperi <jussi.timperi <at> iki.fi>
Subject: bug#77250: closed (Re: [bug#77250] [PATCH] teams: go: Fix regular
 expression)
Date: Sun, 06 Apr 2025 16:53:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77250: [PATCH] teams: go: Fix regular expression

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77250 <at> debbugs.gnu.org.

-- 
77250: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77250
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Jussi Timperi <jussi.timperi <at> iki.fi>
Cc: 77250-done <at> debbugs.gnu.org
Subject: Re: [bug#77250] [PATCH] teams: go: Fix regular expression
Date: Sun, 06 Apr 2025 17:52:09 +0100
[Message part 3 (text/plain, inline)]
Jussi Timperi <jussi.timperi <at> iki.fi> writes:

> * etc/teams.scm (go): Change a raw string to a regular expression.
>
> Change-Id: I58db342f2503f92628f30a147bc71371f6fd2b84
> ---
>  etc/teams.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/etc/teams.scm b/etc/teams.scm
> index 3e15d58146..3f5ad99506 100755
> --- a/etc/teams.scm
> +++ b/etc/teams.scm
> @@ -359,7 +359,7 @@ (define-team go
>    (team 'go
>          #:name "Go team"
>          #:scope (list "gnu/packages/configuration-management.scm"
> -                      "gnu/packages/golang(-.+|)\\.scm$"
> +                      (make-regexp* "gnu/packages/golang(-.+|)\\.scm$")
>                        "gnu/packages/syncthing.scm"
>                        "gnu/packages/terraform.scm"
>                        "guix/build-system/go.scm"
>
> base-commit: 744cf07005745312ccddb549bb1bab5ab7031106

Looks good to me, I've pushed this to master as
56e3c6ea4287e40c80df6d675bdc024062039f23.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Jussi Timperi <jussi.timperi <at> iki.fi>
To: guix-patches <at> gnu.org
Cc: Jussi Timperi <jussi.timperi <at> iki.fi>
Subject: [PATCH] teams: go: Fix regular expression
Date: Tue, 25 Mar 2025 16:27:49 +0200
* etc/teams.scm (go): Change a raw string to a regular expression.

Change-Id: I58db342f2503f92628f30a147bc71371f6fd2b84
---
 etc/teams.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/teams.scm b/etc/teams.scm
index 3e15d58146..3f5ad99506 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -359,7 +359,7 @@ (define-team go
   (team 'go
         #:name "Go team"
         #:scope (list "gnu/packages/configuration-management.scm"
-                      "gnu/packages/golang(-.+|)\\.scm$"
+                      (make-regexp* "gnu/packages/golang(-.+|)\\.scm$")
                       "gnu/packages/syncthing.scm"
                       "gnu/packages/terraform.scm"
                       "guix/build-system/go.scm"

base-commit: 744cf07005745312ccddb549bb1bab5ab7031106
-- 
2.49.0




This bug report was last modified 43 days ago.

Previous Next


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