GNU bug report logs -
#77250
[PATCH] teams: go: Fix regular expression
Previous Next
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
[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)]
[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)]
* 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.