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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59034 in the body.
You can then email your comments to 59034 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#59034; Package guix-patches. (Sat, 05 Nov 2022 01:37:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 05 Nov 2022 01:37:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#59034; Package guix-patches. (Sat, 05 Nov 2022 08:22:02 GMT) Full text and rfc822 format available.

Message #8 received at 59034 <at> debbugs.gnu.org (full text, mbox):

From: "(" <paren <at> disroot.org>
To: "jgart" <jgart <at> dismail.de>, <59034 <at> debbugs.gnu.org>
Subject: Re: [bug#59034] [PATCH] etc: teams: Add more scopes for lisp team.
Date: Sat, 05 Nov 2022 08:21:13 +0000
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.

    -- (




Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Sat, 05 Nov 2022 12:21:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Sat, 05 Nov 2022 12:21:02 GMT) Full text and rfc822 format available.

Message #13 received at 59034-close <at> debbugs.gnu.org (full text, mbox):

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.




Information forwarded to guix-patches <at> gnu.org:
bug#59034; Package guix-patches. (Sat, 05 Nov 2022 13:37:02 GMT) Full text and rfc822 format available.

Message #16 received at 59034-close <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: "\(" <paren <at> disroot.org>, 59034-close <at> debbugs.gnu.org
Subject: Re: [bug#59034] [PATCH] etc: teams: Add more scopes for lisp team.
Date: Sat, 5 Nov 2022 08:36:19 -0500
On Sat, 05 Nov 2022 12:18:51 +0000 Guillaume Le Vaillant <glv <at> posteo.net> wrote:
> "( 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.

Oops missed that, thanks for pointing it out.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 04 Dec 2022 12:24:05 GMT) Full text and rfc822 format available.

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.