GNU bug report logs -
#77250
[PATCH] teams: go: Fix regular expression
Previous Next
To reply to this bug, email your comments to 77250 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77250
; Package
guix-patches
.
(Tue, 25 Mar 2025 14:32:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jussi Timperi <jussi.timperi <at> iki.fi>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 25 Mar 2025 14:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 06 Apr 2025 16:53:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jussi Timperi <jussi.timperi <at> iki.fi>
:
bug acknowledged by developer.
(Sun, 06 Apr 2025 16:53:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77250-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.