GNU bug report logs - #59034
[PATCH] etc: teams: Add more scopes for lisp team.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sat, 5 Nov 2022 01:37:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.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: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#59034: closed ([PATCH] etc: teams: Add more scopes for lisp
 team.)
Date: Sat, 05 Nov 2022 12:21:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 05 Nov 2022 12:18:51 +0000
with message-id <87mt951tk4.fsf <at> kitej>
and subject line Re: [bug#59034] [PATCH] etc: teams: Add more scopes for lisp team.
has caused the debbugs.gnu.org bug report #59034,
regarding [PATCH] etc: teams: Add more scopes for lisp team.
to be marked as done.

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


-- 
59034: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59034
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] etc: teams: Add more scopes for lisp team.
Date: Fri,  4 Nov 2022 20:35:43 -0500
* etc/teams.scm.in (lisp): Add gnu/packages/lisp-xyz.scm and
gnu/packages/lisp-check.scm modules in scope.
---
 etc/teams.scm.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 14cabbf6f2..12f83eb76d 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -207,6 +207,8 @@ (define-team lisp
         "Common Lisp and similar languages, Common Lisp packages and the
 asdf-build-system."
         #:scope (list (make-regexp "^gnu/packages/lisp(-.+|)\\.scm$")
+                      "gnu/packages/lisp-xyz.scm"
+                      "gnu/packages/lisp-check.scm"
                       "guix/build/asdf-build-system.scm"
                       "guix/build/lisp-utils.scm"
                       "guix/build-system/asdf.scm")))
-- 
2.38.1



[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: "(" <paren <at> disroot.org>
Cc: 59034-close <at> debbugs.gnu.org, jgart <jgart <at> dismail.de>
Subject: Re: [bug#59034] [PATCH] etc: teams: Add more scopes for lisp team.
Date: Sat, 05 Nov 2022 12:18:51 +0000
"( via Guix-patches" via <guix-patches <at> gnu.org> skribis:

> Heya,
>
> On Sat Nov 5, 2022 at 1:35 AM GMT, jgart via Guix-patches via wrote:
>>          #:scope (list (make-regexp "^gnu/packages/lisp(-.+|)\\.scm$")
>> +                      "gnu/packages/lisp-xyz.scm"
>> +                      "gnu/packages/lisp-check.scm"
>
> These are already covered by the ``^gnu/packages/lisp(-.+|)\\.scm$''
> regexp.
>
>     -- (

Yes, the regexp takes care of all the "lisp-*.scm" files.
Closing.


This bug report was last modified 2 years and 201 days ago.

Previous Next


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